yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
debug_window_panel.cc
Go to the documentation of this file.
2
5
6namespace yaze {
7namespace editor {
8
9void DebugWindowPanel::Draw(bool* p_open) {
10 // Delegate to existing DebugWindowCard
11 if (auto* card = editor_->debug_window_card()) {
12 card->Draw(p_open);
13 }
14}
15
16} // namespace editor
17} // namespace yaze
void Draw(bool *p_open) override
Draw the panel content.
DebugWindowCard * debug_window_card()
Access debug window card for panel.