]> git.sesse.net Git - movit/blobdiff - sandbox_effect.cpp
Revert all the changes in demo.cpp that were never supposed to be there in the last...
[movit] / sandbox_effect.cpp
index 6fdfa5156d8f51aac3c27f41b115c58550ce2c76..3f24a42503c9fec5190e9f72b2a3c6d8b683929f 100644 (file)
@@ -1,9 +1,6 @@
-#define GL_GLEXT_PROTOTYPES 1
-
 #include <math.h>
-#include <GL/gl.h>
-#include <GL/glext.h>
 #include <assert.h>
+#include <GL/glew.h>
 
 #include "sandbox_effect.h"
 #include "util.h"