changeset 4969:d2247eb39fab

Need to include SDL_main.h ... eh, just include everything. :)
author Sam Lantinga <slouken@libsdl.org>
date Mon, 10 Jan 2011 11:22:07 -0800
parents 379361d5e425
children b9eed029844a
files test/testspriteminimal.c
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/test/testspriteminimal.c	Sun Jan 09 08:35:18 2011 -0800
+++ b/test/testspriteminimal.c	Mon Jan 10 11:22:07 2011 -0800
@@ -4,8 +4,7 @@
 #include <stdio.h>
 #include <time.h>
 
-#include "SDL_events.h"
-#include "SDL_video.h"
+#include "SDL.h"
 
 #define WINDOW_WIDTH    640
 #define WINDOW_HEIGHT   480