mirror of
				https://github.com/Drezil/imgui.git
				synced 2025-10-31 13:11:05 +01:00 
			
		
		
		
	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.
This commit is contained in:
		| @@ -76,7 +76,7 @@ namespace ImGuiStb | ||||
| #define STB_TEXTEDIT_STRING             ImGuiInputTextState | ||||
| #define STB_TEXTEDIT_CHARTYPE           ImWchar | ||||
| #define STB_TEXTEDIT_GETWIDTH_NEWLINE   -1.0f | ||||
| #include "stb_textedit.h" | ||||
| #include "imstb_textedit.h" | ||||
|  | ||||
| } // namespace ImGuiStb | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user