From bd382fe2b57d54af9e528d75eda6e63bb446b2a1 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Thu, 21 Sep 2017 02:16:27 +0200 Subject: Wrap imgui stb into a namespace. --- imgui/imconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'imgui') diff --git a/imgui/imconfig.h b/imgui/imconfig.h index 894f24e4..6f5cad6f 100755 --- a/imgui/imconfig.h +++ b/imgui/imconfig.h @@ -31,7 +31,7 @@ //#define IMGUI_USE_BGRA_PACKED_COLOR //---- Implement STB libraries in a namespace to avoid conflicts -//#define IMGUI_STB_NAMESPACE ImGuiStb +#define IMGUI_STB_NAMESPACE ImGuiStb //---- Define constructor and implicit cast operators to convert back<>forth from your math types and ImVec2/ImVec4. /* -- cgit v1.2.3