Patched to compile.

main
Ryan C. Gordon 2014-12-24 13:16:27 -05:00
parent 208636828d
commit 9f111ce4b9
1 changed files with 1 additions and 0 deletions

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;