changeset 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 19d8949b4584
children c96b326b90ba
files include/SDL.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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++ */