medfall

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 7b41dc97b81181db6d739454165f742e55441414
parent a4d2d1fb6d6aeca33c42fde8b7d92cc730ce2deb
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Sun Aug  9 21:33:38 +0200

Add missing opengl.h

Diffstat:
opengl.h | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/opengl.h b/opengl.h @@ -0,0 +1,5 @@ +#ifdef __APPLE__ + #include <OpenGL/gl3.h> +#else + #include <GL/gl.h> +#endif