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.
2
3#include "absl/status/status.h"
5
6namespace yaze {
7namespace editor {
8
9void MapPropertiesPanel::Draw(bool* p_open) {
10 // Call the existing map properties drawing
11 // The map_properties_ member handles all the UI
13}
14
15} // namespace editor
16} // namespace yaze
void Draw(bool *p_open) override
Draw the panel content.