]> git.sesse.net Git - movit/blobdiff - effect.cpp
Move everything into “namespace movit”.
[movit] / effect.cpp
index 93ba41a09bef116324cb956d473d6c3cac8e2a23..eded11a7ef5746a6563bd9f157019bb0abcc1a2c 100644 (file)
@@ -9,6 +9,8 @@
 
 using namespace std;
 
+namespace movit {
+
 bool Effect::set_int(const string &key, int value)
 {
        if (params_int.count(key) == 0) {
@@ -145,3 +147,5 @@ void Effect::set_gl_state(GLuint glsl_program_num, const string& prefix, unsigne
 }
 
 void Effect::clear_gl_state() {}
+
+}  // namespace movit