yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
debug_window_card.h
Go to the documentation of this file.
1#ifndef YAZE_APP_EDITOR_OVERWORLD_DEBUG_WINDOW_CARD_H_
2#define YAZE_APP_EDITOR_OVERWORLD_DEBUG_WINDOW_CARD_H_
3
4namespace yaze::editor {
5
7 public:
9 ~DebugWindowCard() = default;
10
11 void Draw(bool* p_open = nullptr);
12};
13
14} // namespace yaze::editor
15
16#endif // YAZE_APP_EDITOR_OVERWORLD_DEBUG_WINDOW_CARD_H_
void Draw(bool *p_open=nullptr)
Editors are the view controllers for the application.
Definition agent_chat.cc:23