diff 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
line wrap: on
line diff
--- a/include/SDL.h	Tue Nov 22 15:19:50 2005 +0000
+++ b/include/SDL.h	Wed Nov 23 07:07:19 2005 +0000
@@ -43,6 +43,7 @@
 #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++ */