yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
overworld_canvas_panel.cc
Go to the documentation of this file.
2
4
5namespace yaze {
6namespace editor {
7
8void OverworldCanvasPanel::Draw(bool* p_open) {
9 if (editor_) {
11 }
12}
13
14} // namespace editor
15} // namespace yaze
void Draw(bool *p_open) override
Draw the panel content.
void DrawOverworldCanvas()
Draw the main overworld canvas.