1 2 3 4 5 6 7
struct ImGuiContext; thread_local ImGuiContext* MyImGuiTLS; #ifdef _MSC_VER #include "imgui.h" #include "hack_msvc.cpp" #endif