Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/imgui
diff options
context:
space:
mode:
authorBartosz Taudul <wolf.pld@gmail.com>2017-09-21 03:16:27 +0300
committerBartosz Taudul <wolf.pld@gmail.com>2017-09-21 03:16:27 +0300
commitbd382fe2b57d54af9e528d75eda6e63bb446b2a1 (patch)
tree6f3d63ef0581021ad223f2b76002aba5a3e0d70c /imgui
parenta5000924a5e5a5edffb336365d42271bea642aa9 (diff)
Wrap imgui stb into a namespace.
Diffstat (limited to 'imgui')
-rwxr-xr-ximgui/imconfig.h2
1 files changed, 1 insertions, 1 deletions
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.
/*