chore: cleanup editors

This commit is contained in:
Justin Scofield
2022-08-07 12:40:57 -04:00
parent c86a7d0f01
commit 33ac97fb56
3 changed files with 10 additions and 7 deletions

View File

@@ -23,8 +23,8 @@ static int overworldCustomMosaicArray = 0x1301F0;
class ScreenEditor {
public:
void SetupROM(ROM &rom) { rom_ = rom; }
ScreenEditor();
void SetupROM(ROM &rom) { rom_ = rom; }
void Update();
private: