Mercurial > sdl-ios-xcode
comparison include/SDL.h @ 1188:f31856cf29ae
Added #include "SDL_loadso.h" to SDL.h.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Wed, 23 Nov 2005 07:07:19 +0000 |
parents | b8d311d90021 |
children | c9b51268668f |
comparison
equal
deleted
inserted
replaced
1187:19d8949b4584 | 1188:f31856cf29ae |
---|---|
41 #include "SDL_joystick.h" | 41 #include "SDL_joystick.h" |
42 #include "SDL_events.h" | 42 #include "SDL_events.h" |
43 #include "SDL_video.h" | 43 #include "SDL_video.h" |
44 #include "SDL_byteorder.h" | 44 #include "SDL_byteorder.h" |
45 #include "SDL_version.h" | 45 #include "SDL_version.h" |
46 #include "SDL_loadso.h" | |
46 | 47 |
47 #include "begin_code.h" | 48 #include "begin_code.h" |
48 /* Set up for C function definitions, even when using C++ */ | 49 /* Set up for C function definitions, even when using C++ */ |
49 #ifdef __cplusplus | 50 #ifdef __cplusplus |
50 extern "C" { | 51 extern "C" { |