Need to include SDL_main.h ... eh, just include everything. :)

This commit is contained in:
Sam Lantinga 2011-01-10 11:22:07 -08:00
parent 21f3b33f9c
commit 3693a452e6

View File

@ -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