<SDL.h> -> "SDL.h"
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 866
This commit is contained in:
parent
ebbb382f50
commit
6a36c84b15
3 changed files with 3 additions and 3 deletions
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
#ifdef _WIN32
|
||||
|
||||
#include <SDL.h>
|
||||
#include "SDL.h"
|
||||
#include <windows.h>
|
||||
|
||||
#include "pcsound.h"
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
//
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
#include <SDL.h>
|
||||
#include "SDL.h"
|
||||
|
||||
#include <ctype.h>
|
||||
#include <stdlib.h>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
//
|
||||
|
|
|
|||
Loading…
Reference in a new issue