summaryrefslogtreecommitdiffstats
path: root/gl.h
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2009-12-15 02:25:40 +0100
committerMatthias Schiffer <matthias@gamezock.de>2009-12-15 02:25:40 +0100
commita4fa46a4fda967348ea18961c177330491bdb953 (patch)
treeebb601c9c03e9939bf681d740342c38d14c0848f /gl.h
parentff7b7c8838f55dc0f2e76f903630f1d3d2941d5a (diff)
downloadzoom++-a4fa46a4fda967348ea18961c177330491bdb953.tar
zoom++-a4fa46a4fda967348ea18961c177330491bdb953.zip
Added nice lighting shaders
Diffstat (limited to 'gl.h')
-rw-r--r--gl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gl.h b/gl.h
index 22e0523..3272b25 100644
--- a/gl.h
+++ b/gl.h
@@ -25,6 +25,7 @@
#include <windows.h>
#endif
+#include <GL/glew.h>
#include <GL/gl.h>
#include <GL/glu.h>