diff src/video/SDL_rect.c @ 5157:fb424691cfc7

Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
author Sam Lantinga <slouken@libsdl.org>
date Wed, 02 Feb 2011 14:34:54 -0800
parents 0a5dbe96c3be
children 307ccc9c135e
line wrap: on
line diff
--- a/src/video/SDL_rect.c	Wed Feb 02 14:34:24 2011 -0800
+++ b/src/video/SDL_rect.c	Wed Feb 02 14:34:54 2011 -0800
@@ -21,8 +21,7 @@
 */
 #include "SDL_config.h"
 
-#include "SDL_video.h"
-#include "SDL_rect_c.h"
+#include "SDL_rect.h"
 
 SDL_bool
 SDL_HasIntersection(const SDL_Rect * A, const SDL_Rect * B)