yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
usage_statistics_panel.cc
Go to the documentation of this file.
2
5
6namespace yaze {
7namespace editor {
8
9void UsageStatisticsPanel::Draw(bool* p_open) {
10 // Delegate to the existing UsageStatisticsCard
11 // This card already exists and just needs to be wrapped
12 if (auto* card = editor_->usage_stats_card()) {
13 card->Draw(p_open);
14 }
15}
16
17} // namespace editor
18} // namespace yaze
UsageStatisticsCard * usage_stats_card()
Access usage statistics card for panel.
void Draw(bool *p_open) override
Draw the panel content.