mirror of
				https://github.com/Drezil/imgui.git
				synced 2025-11-03 22:51:06 +01:00 
			
		
		
		
	Merge branch 'master' into viewport
# Conflicts: # imgui.cpp
This commit is contained in:
		
							
								
								
									
										4
									
								
								imgui.h
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								imgui.h
									
									
									
									
									
								
							@@ -1,4 +1,4 @@
 | 
			
		||||
// dear imgui, v1.62
 | 
			
		||||
// dear imgui, v1.63 WIP
 | 
			
		||||
// (headers)
 | 
			
		||||
 | 
			
		||||
// See imgui.cpp file for documentation.
 | 
			
		||||
@@ -22,7 +22,7 @@
 | 
			
		||||
#include <string.h>                 // memset, memmove, memcpy, strlen, strchr, strcpy, strcmp
 | 
			
		||||
 | 
			
		||||
// Version
 | 
			
		||||
#define IMGUI_VERSION               "1.62"
 | 
			
		||||
#define IMGUI_VERSION               "1.63 WIP"
 | 
			
		||||
#define IMGUI_CHECKVERSION()        ImGui::DebugCheckVersionAndDataLayout(IMGUI_VERSION, sizeof(ImGuiIO), sizeof(ImGuiStyle), sizeof(ImVec2), sizeof(ImVec4), sizeof(ImDrawVert))
 | 
			
		||||
#define IMGUI_HAS_VIEWPORT          1 // Viewport WIP branch
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user