yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
tile8_selector_view.cc
Go to the documentation of this file.
2
5
6namespace yaze::editor {
7
8void Tile8SelectorView::Draw(bool* p_open) {
9 (void)p_open;
10 const auto ctx = CurrentOverworldWindowContext();
11 if (!ctx)
12 return;
13 ctx.editor->DrawTile8Selector();
14}
15
17
18} // namespace yaze::editor
Low-level 8x8 tile editing interface.
void Draw(bool *p_open) override
Draw the panel content.
Editors are the view controllers for the application.
OverworldWindowContext CurrentOverworldWindowContext()
#define REGISTER_PANEL(PanelClass)
Auto-registration macro for panels with default constructors.