equal
deleted
inserted
replaced
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" { |