diff include/SDL.h @ 1335:c39265384763

SDL_config.h will eventually be a general feature set test, which will be useful for any program built with SDL on a given platform.
author Sam Lantinga <slouken@libsdl.org>
date Mon, 06 Feb 2006 17:28:04 +0000
parents c9b51268668f
children 7ba544e2888d
line wrap: on
line diff
--- a/include/SDL.h	Mon Feb 06 17:26:47 2006 +0000
+++ b/include/SDL.h	Mon Feb 06 17:28:04 2006 +0000
@@ -25,6 +25,7 @@
 #ifndef _SDL_H
 #define _SDL_H
 
+#include "SDL_config.h"
 #include "SDL_main.h"
 #include "SDL_types.h"
 #include "SDL_getenv.h"