gui cleanup

This commit is contained in:
scawful
2024-07-13 11:19:04 -04:00
parent cbbc6865aa
commit 6b50b25601
3 changed files with 34 additions and 17 deletions

View File

@@ -43,7 +43,7 @@ using ItemLabelFlags = enum ItemLabelFlag {
IMGUI_API void ItemLabel(absl::string_view title, ItemLabelFlags flags);
IMGUI_API ImGuiID GetID(const std::string &id);
IMGUI_API ImGuiID GetID(const std::string& id);
} // namespace gui
} // namespace app