feat: started resource management & dice
This commit is contained in:
parent
3a5b55cc06
commit
451c71254c
6 changed files with 141 additions and 4 deletions
|
|
@ -137,6 +137,7 @@ int main(int argc, char *argv[]) {
|
|||
SDL_RenderPresent(renderer);
|
||||
SDL_Delay(10);
|
||||
}
|
||||
cera::CleanupResources();
|
||||
SDL_DestroyRenderer(renderer);
|
||||
SDL_DestroyWindow(window);
|
||||
SDL_Quit();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue