yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
gfx_groups_panel.cc
Go to the documentation of this file.
2
4
5namespace yaze {
6namespace editor {
7
8void GfxGroupsPanel::Draw(bool* p_open) {
9 // Delegate to gfx_group_editor Update method
10 if (auto status = editor_->UpdateGfxGroupEditor(); !status.ok()) {
11 LOG_ERROR("GfxGroupsPanel", "Failed to update: %s",
12 status.ToString().c_str());
13 }
14}
15
16} // namespace editor
17} // namespace yaze
void Draw(bool *p_open) override
Draw the panel content.
#define LOG_ERROR(category, format,...)
Definition log.h:109