|
|
void SDL_AppQuit(void *appstate, SDL_AppResult result)
|
|
void SDL_AppQuit(void *appstate, SDL_AppResult result)
|
|
|
SDL_free(appstate); // just free the memory, SDL will clean up the window/renderer for us.
|
|
SDL_free(appstate); // just free the memory, SDL will clean up the window/renderer for us.
|