Enhance EditorManager with new help and demo menus, and refactor existing menu structure
This commit is contained in:
@@ -84,8 +84,14 @@ class EditorManager : public SharedRom {
|
||||
bool show_emulator_ = false;
|
||||
bool show_memory_editor_ = false;
|
||||
bool show_asm_editor_ = false;
|
||||
bool show_imgui_metrics_ = false;
|
||||
bool show_imgui_demo_ = false;
|
||||
bool show_palette_editor_ = false;
|
||||
bool show_status_ = false;
|
||||
bool show_resource_label_manager = false;
|
||||
bool open_supported_features = false;
|
||||
bool open_rom_help = false;
|
||||
bool open_manage_project = false;
|
||||
bool rom_assets_loaded_ = false;
|
||||
|
||||
std::string version_ = "";
|
||||
|
||||
Reference in New Issue
Block a user