From 2f164ae23bcd8a857081529189b484a1515f2834 Mon Sep 17 00:00:00 2001 From: Fox Caminiti Date: Fri, 20 Jan 2023 10:10:54 -0500 Subject: youarelazy --- src/imgui_helper_internal.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/imgui_helper_internal.cpp') diff --git a/src/imgui_helper_internal.cpp b/src/imgui_helper_internal.cpp index 184930e..7d6944b 100644 --- a/src/imgui_helper_internal.cpp +++ b/src/imgui_helper_internal.cpp @@ -1,3 +1,7 @@ +#if SPECIAL +#include "main.h" +#endif + #include "imgui_internal_widgets.h" #include "imgui.h" @@ -6,7 +10,6 @@ #endif #include "imgui_internal.h" - // NOTE(fox): This API will change in the future! void ImGui::MyWindowSetup(ImGuiID id) { -- cgit v1.2.3