Mercurial > sdl-ios-xcode
comparison include/SDL.h @ 3243:5db962a9a991
CD-ROM support is so passé :)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 05 Sep 2009 09:11:03 +0000 |
parents | 77d6336711fc |
children | a67a961e2171 |
comparison
equal
deleted
inserted
replaced
3242:af4a5af3cd2b | 3243:5db962a9a991 |
---|---|
76 | 76 |
77 #include "SDL_main.h" | 77 #include "SDL_main.h" |
78 #include "SDL_stdinc.h" | 78 #include "SDL_stdinc.h" |
79 #include "SDL_atomic.h" | 79 #include "SDL_atomic.h" |
80 #include "SDL_audio.h" | 80 #include "SDL_audio.h" |
81 #include "SDL_cdrom.h" | |
82 #include "SDL_cpuinfo.h" | 81 #include "SDL_cpuinfo.h" |
83 #include "SDL_endian.h" | 82 #include "SDL_endian.h" |
84 #include "SDL_error.h" | 83 #include "SDL_error.h" |
85 #include "SDL_events.h" | 84 #include "SDL_events.h" |
86 #include "SDL_loadso.h" | 85 #include "SDL_loadso.h" |
107 specify the subsystems which you will be using in your application. | 106 specify the subsystems which you will be using in your application. |
108 */ | 107 */ |
109 #define SDL_INIT_TIMER 0x00000001 | 108 #define SDL_INIT_TIMER 0x00000001 |
110 #define SDL_INIT_AUDIO 0x00000010 | 109 #define SDL_INIT_AUDIO 0x00000010 |
111 #define SDL_INIT_VIDEO 0x00000020 | 110 #define SDL_INIT_VIDEO 0x00000020 |
112 #define SDL_INIT_CDROM 0x00000100 | |
113 #define SDL_INIT_JOYSTICK 0x00000200 | 111 #define SDL_INIT_JOYSTICK 0x00000200 |
114 #define SDL_INIT_HAPTIC 0x00001000 | 112 #define SDL_INIT_HAPTIC 0x00001000 |
115 #define SDL_INIT_NOPARACHUTE 0x00100000 /* Don't catch fatal signals */ | 113 #define SDL_INIT_NOPARACHUTE 0x00100000 /* Don't catch fatal signals */ |
116 #define SDL_INIT_EVENTTHREAD 0x01000000 /* Not supported on all OS's */ | 114 #define SDL_INIT_EVENTTHREAD 0x01000000 /* Not supported on all OS's */ |
117 #define SDL_INIT_EVERYTHING 0x0000FFFF | 115 #define SDL_INIT_EVERYTHING 0x0000FFFF |