]> git.sesse.net Git - movit/blobdiff - sandbox_effect.h
Release Movit 1.3.2. (From a branch, since I do not want to break ABI compatibility...
[movit] / sandbox_effect.h
index 80ef8a23adfa6bca98b20b0b98bca56620026fdc..25c79920109cbbdbf1d0418c41566df863a037df 100644 (file)
@@ -8,11 +8,13 @@
 // throwaway code. When you're happy, you can do a bit of search and replace
 // to give it a proper name and its own place in the build system.
 
-#include <GL/glew.h>
+#include <epoxy/gl.h>
 #include <string>
 
 #include "effect.h"
 
+namespace movit {
+
 class SandboxEffect : public Effect {
 public:
        SandboxEffect();
@@ -25,4 +27,6 @@ private:
        float parm;
 };
 
+}  // namespace movit
+
 #endif // !defined(_MOVIT_SANDBOX_EFFECT_H)