yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
usage_statistics_card.h
Go to the documentation of this file.
1#ifndef YAZE_APP_EDITOR_OVERWORLD_USAGE_STATISTICS_CARD_H_
2#define YAZE_APP_EDITOR_OVERWORLD_USAGE_STATISTICS_CARD_H_
3
5
6namespace yaze::editor {
7
9 public:
12
13 void Draw(bool* p_open = nullptr);
14
15 private:
16 void DrawUsageGrid();
17 void DrawUsageStates();
18
20};
21
22} // namespace yaze::editor
23
24#endif // YAZE_APP_EDITOR_OVERWORLD_USAGE_STATISTICS_CARD_H_
UsageStatisticsCard(zelda3::Overworld *overworld)
Represents the full Overworld data, light and dark world.
Definition overworld.h:217
Editors are the view controllers for the application.
Definition agent_chat.cc:23