X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=effect.cpp;fp=effect.cpp;h=eded11a7ef5746a6563bd9f157019bb0abcc1a2c;hp=93ba41a09bef116324cb956d473d6c3cac8e2a23;hb=cfc161e0289c2169d4835c48751ff56b97355eb2;hpb=0fa51e08f83e0283337216f5b951b3d5a8c0555b diff --git a/effect.cpp b/effect.cpp index 93ba41a..eded11a 100644 --- a/effect.cpp +++ b/effect.cpp @@ -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