Renamed stb_truetype.h to imstb_truetype.h, stb_textedit.h to imstb_textedit.h, and stb_rect_pack.h to imstb_rectpack.h. (#1718, #2036)
If you were conveniently using the imgui copy of those STB headers in your project, you will have to update your include paths.
The reason for this change is to avoid conflicts for projects that may also be importing their own copy of the STB libraries. Note that imgui's copy of stb_textedit.h is modified.
1 parent e58bc3d commit 5a679a45ccb422bf90d347b1e2087295fd9725cd
@omar omar authored on 6 Sep 2018
Showing 12 changed files
View
docs/CHANGELOG.txt
View
imgui.cpp
View
imgui_draw.cpp
View
imgui_internal.h
View
imgui_widgets.cpp
View
imstb_rectpack.h 0 → 100644
View
imstb_textedit.h 0 → 100644
View
imstb_truetype.h 0 → 100644
View
misc/freetype/imgui_freetype.cpp
View
stb_rect_pack.h 100644 → 0
View
stb_textedit.h 100644 → 0
View
stb_truetype.h 100644 → 0