mirror of
				https://github.com/Drezil/imgui.git
				synced 2025-10-31 13:11:05 +01:00 
			
		
		
		
	Added IMGUI_DISABLE compile-time definition to make all headers and sources empty.
This commit is contained in:
		| @@ -65,6 +65,8 @@ Index of this file: | ||||
| #endif | ||||
|  | ||||
| #include "imgui.h" | ||||
| #ifndef IMGUI_DISABLE | ||||
|  | ||||
| #include <ctype.h>          // toupper | ||||
| #include <limits.h>         // INT_MIN, INT_MAX | ||||
| #include <math.h>           // sqrtf, powf, cosf, sinf, floorf, ceilf | ||||
| @@ -4866,3 +4868,5 @@ void ImGui::ShowUserGuide() {} | ||||
| void ImGui::ShowStyleEditor(ImGuiStyle*) {} | ||||
|  | ||||
| #endif | ||||
|  | ||||
| #endif // #ifndef IMGUI_DISABLE | ||||
|   | ||||
		Reference in New Issue
	
	Block a user