diff include/SDL.h @ 3647:c5925cd41955

First pass at Ryan's assertion code, minor tweaks to come.
author Sam Lantinga <slouken@libsdl.org>
date Wed, 13 Jan 2010 06:47:17 +0000
parents d3baf5ac4e37
children 1e74d7984d0b
line wrap: on
line diff
--- a/include/SDL.h	Wed Jan 13 06:39:44 2010 +0000
+++ b/include/SDL.h	Wed Jan 13 06:47:17 2010 +0000
@@ -77,6 +77,7 @@
 
 #include "SDL_main.h"
 #include "SDL_stdinc.h"
+#include "SDL_assert.h"
 #include "SDL_atomic.h"
 #include "SDL_audio.h"
 #include "SDL_cpuinfo.h"
@@ -89,8 +90,8 @@
 #include "SDL_rwops.h"
 #include "SDL_thread.h"
 #include "SDL_timer.h"
+#include "SDL_version.h"
 #include "SDL_video.h"
-#include "SDL_version.h"
 #include "SDL_compat.h"
 
 #include "begin_code.h"