1#ifndef YAZE_APP_EDITOR_DUNGEON_WORKSPACE_DUNGEON_WORKBENCH_INSPECTOR_HELPERS_H
2#define YAZE_APP_EDITOR_DUNGEON_WORKSPACE_DUNGEON_WORKBENCH_INSPECTOR_HELPERS_H
4#include "imgui/imgui.h"
bool BeginInspectorSection(const char *label, bool default_open)
bool DrawActionButton(const char *label, const ImVec2 &size)
void DrawInspectorSectionHeader(const char *label)