add ManageKeyboardShortcuts to MasterEditor

This commit is contained in:
scawful
2024-07-20 09:01:33 -04:00
parent 577f4e08f0
commit 94690f9175
2 changed files with 30 additions and 24 deletions

View File

@@ -76,6 +76,8 @@ class MasterEditor : public SharedRom,
private:
void ManageActiveEditors();
void ManageKeyboardShortcuts();
void OpenRomOrProject(const std::string& filename);
void DrawFileDialog();
void DrawStatusPopup();