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

@@ -34,6 +34,9 @@ class MasterEditor : public SharedROM {
public:
void SetupScreen(std::shared_ptr<SDL_Renderer> renderer);
void UpdateScreen();
void Shutdown() {
overworld_editor_.Shutdown();
}
private:
void DrawFileDialog();