diff include/SDL.h @ 5148:2f44e6969a59

Split the rendering API out into a separate header file.
author Sam Lantinga <slouken@libsdl.org>
date Tue, 01 Feb 2011 15:02:21 -0800
parents dc0dfdd58f27
children 1435f8a6425c
line wrap: on
line diff
--- a/include/SDL.h	Tue Feb 01 12:54:27 2011 -0800
+++ b/include/SDL.h	Tue Feb 01 15:02:21 2011 -0800
@@ -86,6 +86,7 @@
 #include "SDL_loadso.h"
 #include "SDL_mutex.h"
 #include "SDL_power.h"
+#include "SDL_render.h"
 #include "SDL_rwops.h"
 #include "SDL_thread.h"
 #include "SDL_timer.h"