<SDL.h> -> "SDL.h"

Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 866
This commit is contained in:
Simon Howard 2007-03-27 11:40:04 +00:00
parent ebbb382f50
commit 6a36c84b15
3 changed files with 3 additions and 3 deletions

View file

@ -25,7 +25,7 @@
#ifdef _WIN32
#include <SDL.h>
#include "SDL.h"
#include <windows.h>
#include "pcsound.h"

View file

@ -24,7 +24,7 @@
//
//-----------------------------------------------------------------------------
#include <SDL.h>
#include "SDL.h"
#include <ctype.h>
#include <stdlib.h>

View file

@ -30,7 +30,7 @@
// The textscreen API itself doesn't need SDL; however, SDL needs its
// headers included where main() is defined.
#include <SDL.h>
#include "SDL.h"
// Special keypress values that correspond to mouse button clicks
//