Mercurial > sdl-ios-xcode
comparison include/SDL.h @ 1335:c39265384763
SDL_config.h will eventually be a general feature set test,
which will be useful for any program built with SDL on a given platform.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 06 Feb 2006 17:28:04 +0000 |
parents | c9b51268668f |
children | 7ba544e2888d |
comparison
equal
deleted
inserted
replaced
1334:37d43bd654d7 | 1335:c39265384763 |
---|---|
23 /* Main include header for the SDL library */ | 23 /* Main include header for the SDL library */ |
24 | 24 |
25 #ifndef _SDL_H | 25 #ifndef _SDL_H |
26 #define _SDL_H | 26 #define _SDL_H |
27 | 27 |
28 #include "SDL_config.h" | |
28 #include "SDL_main.h" | 29 #include "SDL_main.h" |
29 #include "SDL_types.h" | 30 #include "SDL_types.h" |
30 #include "SDL_getenv.h" | 31 #include "SDL_getenv.h" |
31 #include "SDL_error.h" | 32 #include "SDL_error.h" |
32 #include "SDL_rwops.h" | 33 #include "SDL_rwops.h" |