]> git.sesse.net Git - movit/blobdiff - alpha_division_effect.h
Merge branch 'master' into epoxy
[movit] / alpha_division_effect.h
index b95e9fe77c61fb8074e548e1f361ae43f1dfdf3e..6fcc716d48bf93e180f8656f99af0a48b868a100 100644 (file)
@@ -7,6 +7,8 @@
 
 #include "effect.h"
 
+namespace movit {
+
 class AlphaDivisionEffect : public Effect {
 public:
        AlphaDivisionEffect() {}
@@ -14,4 +16,6 @@ public:
        std::string output_fragment_shader();
 };
 
+}  // namespace movit
+
 #endif // !defined(_MOVIT_ALPHA_DIVISION_EFFECT_H)