mirror of
				https://github.com/Drezil/imgui.git
				synced 2025-11-03 22:51:06 +01:00 
			
		
		
		
	Examples: Updated Makefile and batch files to work with new examples. Using lowercase "gl.h" as it seems this is what Linux wants.
This commit is contained in:
		@@ -30,7 +30,7 @@
 | 
			
		||||
#if defined(__APPLE__)
 | 
			
		||||
#include <OpenGL/gl.h>
 | 
			
		||||
#else
 | 
			
		||||
#include <GL/GL.h>
 | 
			
		||||
#include <GL/gl.h>
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
// OpenGL Data
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user