Commit 5e5e820c authored by Ryan C. Gordon's avatar Ryan C. Gordon

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

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401191
parent db57e488
...@@ -43,6 +43,7 @@ static char rcsid = ...@@ -43,6 +43,7 @@ static char rcsid =
#include "SDL_video.h" #include "SDL_video.h"
#include "SDL_byteorder.h" #include "SDL_byteorder.h"
#include "SDL_version.h" #include "SDL_version.h"
#include "SDL_loadso.h"
#include "begin_code.h" #include "begin_code.h"
/* Set up for C function definitions, even when using C++ */ /* Set up for C function definitions, even when using C++ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment