mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-10 07:21:58 +00:00
net_sdlnet.c, pl_win.c, quakedef.h: fixed SDL header includes.
git-svn-id: http://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@4 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
02551d7719
commit
dff23216cb
3 changed files with 4 additions and 8 deletions
|
@ -24,11 +24,7 @@ Foundat(&addr->sa_dataion, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-
|
|||
#include <winsock2.h>
|
||||
#endif
|
||||
|
||||
#if defined(LINUX)
|
||||
#include <SDL_net.h>
|
||||
#else
|
||||
#include <SDL_net/SDL_net.h>
|
||||
#endif
|
||||
#include "SDL_net.h"
|
||||
|
||||
#include "net_sdlnet.h"
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|||
|
||||
#include "quakedef.h"
|
||||
#include <windows.h>
|
||||
#include "SDL/SDL_syswm.h"
|
||||
#include "SDL_syswm.h"
|
||||
|
||||
HICON icon;
|
||||
|
||||
|
|
|
@ -212,8 +212,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|||
|
||||
#include "platform.h"
|
||||
|
||||
#include "SDL/SDL.h"
|
||||
#include "SDL/SDL_opengl.h"
|
||||
#include "SDL.h"
|
||||
#include "SDL_opengl.h"
|
||||
|
||||
typedef struct
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue