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

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401191
This commit is contained in:
Ryan C. Gordon 2005-11-23 07:07:19 +00:00
parent db57e4884f
commit 5e5e820c40

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++ */