Add LoadRom to MasterEditor

This commit is contained in:
scawful
2024-04-19 11:12:59 -04:00
parent 26a15b9dfe
commit ccf234aacd
2 changed files with 16 additions and 11 deletions

View File

@@ -75,6 +75,7 @@ class MasterEditor : public SharedRom,
void DrawViewMenu();
void DrawHelpMenu();
void LoadRom();
void SaveRom();
bool about_ = false;