housekeeping

This commit is contained in:
scawful
2025-08-21 19:00:12 -04:00
parent 8b168864f3
commit 9cbae49cb0
5 changed files with 21 additions and 17 deletions

View File

@@ -20,7 +20,7 @@
}
#define HOVER_HINT(string) \
if (ImGui::IsItemHovered()) ImGui::SetTooltip(string);
if (ImGui::IsItemHovered()) ImGui::SetTooltip(string)
#define PRINT_IF_ERROR(expression) \
{ \