aboutsummaryrefslogtreecommitdiff
path: root/core/src/UI/UI.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/UI/UI.hpp')
-rw-r--r--core/src/UI/UI.hpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/core/src/UI/UI.hpp b/core/src/UI/UI.hpp
index b0c3aaa..52a2ca9 100644
--- a/core/src/UI/UI.hpp
+++ b/core/src/UI/UI.hpp
@@ -1,7 +1,15 @@
#pragma once
+#include <imgui.h>
+
namespace ImGui {
+void SetNextWindowSizeRelScreen(float xPercent, float yPercent, ImGuiCond_ cond = ImGuiCond_None);
+void SetNextWindowCentered(ImGuiCond_ cond = ImGuiCond_None);
+
+void PushDisabled();
+void PopDisabled();
+
void ErrorIcon();
void WarningIcon();