Added #include "SDL_loadso.h" to SDL.h.

This commit is contained in:
Ryan C. Gordon
2005-11-23 07:07:19 +00:00
parent f208d67504
commit f5ab1fadd2

View File

@@ -43,6 +43,7 @@ static char rcsid =
#include "SDL_video.h"
#include "SDL_byteorder.h"
#include "SDL_version.h"
#include "SDL_loadso.h"
#include "begin_code.h"
/* Set up for C function definitions, even when using C++ */