diff src/video/SDL_blit.h @ 5166:d72793305335

Making the API simpler, moved the surface drawing functions to the software renderer.
author Sam Lantinga <slouken@libsdl.org>
date Thu, 03 Feb 2011 02:45:29 -0800
parents e743b9c3f6d6
children d976b67150c5
line wrap: on
line diff
--- a/src/video/SDL_blit.h	Thu Feb 03 02:42:50 2011 -0800
+++ b/src/video/SDL_blit.h	Thu Feb 03 02:45:29 2011 -0800
@@ -47,7 +47,7 @@
 
 #include "SDL_cpuinfo.h"
 #include "SDL_endian.h"
-#include "SDL_video.h"
+#include "SDL_surface.h"
 
 /* SDL blit copy flags */
 #define SDL_COPY_MODULATE_COLOR     0x00000001