Patched to compile.

This commit is contained in:
Ryan C. Gordon 2014-12-24 13:16:27 -05:00
parent 7f4293d409
commit 13699c157c

View File

@ -170,6 +170,7 @@ SDL_Window* initWindow(SDL_Window *window, int width,int height)
void loop()
{
static SDL_Window *window = NULL;
SDL_Event event;
SDL_RWops *stream;