15 if (
auto status = ow_editor->UpdateGfxGroupEditor(); !status.ok()) {
16 LOG_ERROR(
"GfxGroupsPanel",
"Failed to update: %s",
17 status.ToString().c_str());
Graphics group configuration editor.
void Draw(bool *p_open) override
Draw the panel content.
#define LOG_ERROR(category, format,...)
Editors are the view controllers for the application.
OverworldEditor * CurrentOverworldEditor()
#define REGISTER_PANEL(PanelClass)
Auto-registration macro for panels with default constructors.