comparison test/testspriteminimal.c @ 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 64ce267332c6
children ad50b3db78bd
comparison
equal deleted inserted replaced
4968:379361d5e425 4969:d2247eb39fab
2 2
3 #include <stdlib.h> 3 #include <stdlib.h>
4 #include <stdio.h> 4 #include <stdio.h>
5 #include <time.h> 5 #include <time.h>
6 6
7 #include "SDL_events.h" 7 #include "SDL.h"
8 #include "SDL_video.h"
9 8
10 #define WINDOW_WIDTH 640 9 #define WINDOW_WIDTH 640
11 #define WINDOW_HEIGHT 480 10 #define WINDOW_HEIGHT 480
12 #define NUM_SPRITES 100 11 #define NUM_SPRITES 100
13 #define MAX_SPEED 1 12 #define MAX_SPEED 1