Add support for sub-editor shortcut customization

This commit is contained in:
BigBahss
2020-11-09 05:50:15 -05:00
parent 9a3609ee6d
commit f044672d2e
8 changed files with 165 additions and 33 deletions

View File

@@ -310,6 +310,11 @@ private:
void closeSupplementaryWindows();
void setWindowDisabled(bool);
void initTilesetEditor();
bool initRegionMapEditor();
void initShortcutsEditor();
void connectSubEditorsToShortcutsEditor();
bool isProjectOpen();
void showExportMapImageWindow(bool stitchMode);
void redrawMetatileSelection();