diff src/video/SDL_sysvideo.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 31e7f523ab3d
children ad50b3db78bd
line wrap: on
line diff
--- a/src/video/SDL_sysvideo.h	Tue Feb 01 12:54:27 2011 -0800
+++ b/src/video/SDL_sysvideo.h	Tue Feb 01 15:02:21 2011 -0800
@@ -26,6 +26,7 @@
 
 #include "SDL_mouse.h"
 #include "SDL_keysym.h"
+#include "SDL_render.h"
 #include "SDL_shape.h"
 
 /* The SDL video driver */