yaze
0.3.2
Link to the Past ROM Editor
Loading...
Searching...
No Matches
map_properties_panel.cc
Go to the documentation of this file.
1
#include "
app/editor/overworld/panels/map_properties_panel.h
"
2
3
#include "absl/status/status.h"
4
#include "
app/editor/overworld/overworld_editor.h
"
5
6
namespace
yaze
{
7
namespace
editor {
8
9
void
MapPropertiesPanel::Draw
(
bool
* p_open) {
10
// Call the existing map properties drawing
11
// The map_properties_ member handles all the UI
12
editor_
->
DrawMapProperties
();
13
}
14
15
}
// namespace editor
16
}
// namespace yaze
yaze::editor::MapPropertiesPanel::Draw
void Draw(bool *p_open) override
Draw the panel content.
Definition
map_properties_panel.cc:9
yaze::editor::MapPropertiesPanel::editor_
OverworldEditor * editor_
Definition
map_properties_panel.h:31
yaze::editor::OverworldEditor::DrawMapProperties
void DrawMapProperties()
Definition
overworld_editor.cc:1697
map_properties_panel.h
yaze
Definition
application.cc:18
overworld_editor.h
src
app
editor
overworld
panels
map_properties_panel.cc
Generated by
1.10.0