diff include/SDL.h @ 5226:2ee8112bfc6b

Added a simple log message API
author Sam Lantinga <slouken@libsdl.org>
date Mon, 07 Feb 2011 16:45:40 -0800
parents 6f6a9340fb93
children b530ef003506
line wrap: on
line diff
--- a/include/SDL.h	Mon Feb 07 10:40:21 2011 -0800
+++ b/include/SDL.h	Mon Feb 07 16:45:40 2011 -0800
@@ -81,6 +81,7 @@
 #include "SDL_events.h"
 #include "SDL_hints.h"
 #include "SDL_loadso.h"
+#include "SDL_log.h"
 #include "SDL_mutex.h"
 #include "SDL_power.h"
 #include "SDL_render.h"