yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
v3_settings_panel.cc
Go to the documentation of this file.
2
5
6namespace yaze::editor {
7
8void V3SettingsPanel::Draw(bool* p_open) {
9 (void)p_open;
10 auto* ow_editor = CurrentOverworldEditor();
11 if (!ow_editor)
12 return;
13 ow_editor->DrawV3Settings();
14}
15
17
18} // namespace yaze::editor
ZSCustomOverworld configuration settings.
void Draw(bool *p_open) override
Draw the panel content.
Editors are the view controllers for the application.
OverworldEditor * CurrentOverworldEditor()
#define REGISTER_PANEL(PanelClass)
Auto-registration macro for panels with default constructors.