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:
omar
2018-03-07 12:05:47 +01:00
parent f318f2d5ea
commit 19b92751b9
15 changed files with 29 additions and 17 deletions

View File

@ -30,7 +30,7 @@
#if defined(__APPLE__)
#include <OpenGL/gl.h>
#else
#include <GL/GL.h>
#include <GL/gl.h>
#endif
// OpenGL Data