diff include/SDL.h @ 5192:6f6a9340fb93

Added a hint system to allow configuration hints to be specified by the application.
author Sam Lantinga <slouken@libsdl.org>
date Sat, 05 Feb 2011 10:02:39 -0800
parents 1435f8a6425c
children 2ee8112bfc6b
line wrap: on
line diff
--- a/include/SDL.h	Sat Feb 05 01:03:51 2011 -0800
+++ b/include/SDL.h	Sat Feb 05 10:02:39 2011 -0800
@@ -79,6 +79,7 @@
 #include "SDL_endian.h"
 #include "SDL_error.h"
 #include "SDL_events.h"
+#include "SDL_hints.h"
 #include "SDL_loadso.h"
 #include "SDL_mutex.h"
 #include "SDL_power.h"