Patched to compile.
parent
208636828d
commit
9f111ce4b9
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue