Mercurial > sdl-ios-xcode
comparison include/SDL.h @ 1358:c71e05b4dc2e
More header massaging... works great on Windows. ;-)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 10 Feb 2006 06:48:43 +0000 |
parents | 67114343400d |
children | 4ed717f9e509 |
comparison
equal
deleted
inserted
replaced
1357:e18467d67cfd | 1358:c71e05b4dc2e |
---|---|
24 | 24 |
25 #ifndef _SDL_H | 25 #ifndef _SDL_H |
26 #define _SDL_H | 26 #define _SDL_H |
27 | 27 |
28 #include "SDL_stdinc.h" | 28 #include "SDL_stdinc.h" |
29 #include "SDL_error.h" | |
30 #include "SDL_rwops.h" | |
31 #include "SDL_timer.h" | |
32 #include "SDL_audio.h" | 29 #include "SDL_audio.h" |
33 #include "SDL_cdrom.h" | 30 #include "SDL_cdrom.h" |
34 #include "SDL_joystick.h" | 31 #include "SDL_cpuinfo.h" |
32 #include "SDL_endian.h" | |
33 #include "SDL_error.h" | |
35 #include "SDL_events.h" | 34 #include "SDL_events.h" |
35 #include "SDL_loadso.h" | |
36 #include "SDL_mutex.h" | |
37 #include "SDL_rwops.h" | |
38 #include "SDL_thread.h" | |
39 #include "SDL_timer.h" | |
36 #include "SDL_video.h" | 40 #include "SDL_video.h" |
37 #include "SDL_loadso.h" | |
38 #include "SDL_byteorder.h" | |
39 #include "SDL_version.h" | 41 #include "SDL_version.h" |
40 | 42 |
41 #include "begin_code.h" | 43 #include "begin_code.h" |
42 /* Set up for C function definitions, even when using C++ */ | 44 /* Set up for C function definitions, even when using C++ */ |
43 #ifdef __cplusplus | 45 #ifdef __cplusplus |