Wrap imgui stb into a namespace.

This commit is contained in:
Bartosz Taudul 2017-09-21 02:16:27 +02:00
parent a5000924a5
commit bd382fe2b5

View File

@ -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.
/*