X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=effect.cpp;h=eded11a7ef5746a6563bd9f157019bb0abcc1a2c;hp=9cd611f8518ed3cd2a4d58c8dd2bb7a69ce0cfb0;hb=ba1339c311f67fa4718e6995d8bc446ac45e3244;hpb=85f9719bf3519b1f1942738d11601584f5d38725 diff --git a/effect.cpp b/effect.cpp index 9cd611f..eded11a 100644 --- a/effect.cpp +++ b/effect.cpp @@ -6,10 +6,11 @@ #include "effect.h" #include "effect_util.h" -#include "util.h" using namespace std; +namespace movit { + bool Effect::set_int(const string &key, int value) { if (params_int.count(key) == 0) { @@ -146,3 +147,5 @@ void Effect::set_gl_state(GLuint glsl_program_num, const string& prefix, unsigne } void Effect::clear_gl_state() {} + +} // namespace movit