Add some manual cleanup (experiemental)

This commit is contained in:
scawful
2023-10-22 16:18:46 -04:00
parent 82cca80191
commit ce2ff06d60
4 changed files with 32 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ class Controller {
void OnInput();
void OnLoad();
void DoRender() const;
void OnExit() const;
void OnExit();
private:
struct sdl_deleter {