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
4
namespace
yaze::editor
{
5
6
class
DebugWindowCard
{
7
public
:
8
DebugWindowCard
();
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_
yaze::editor::DebugWindowCard
Definition
debug_window_card.h:6
yaze::editor::DebugWindowCard::DebugWindowCard
DebugWindowCard()
Definition
debug_window_card.cc:8
yaze::editor::DebugWindowCard::Draw
void Draw(bool *p_open=nullptr)
Definition
debug_window_card.cc:10
yaze::editor::DebugWindowCard::~DebugWindowCard
~DebugWindowCard()=default
yaze::editor
Editors are the view controllers for the application.
Definition
agent_chat.cc:23
src
app
editor
overworld
debug_window_card.h
Generated by
1.10.0