X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=sandbox_effect.cpp;h=1ec093d43fbda2fd9bb370f076f9fbd6aadb9c1a;hp=840611eb51f958efb269e4ad29096c5625fa8cbb;hb=8e9f58fec54a4c879035b214fd7411f6ff7b3a32;hpb=85f9719bf3519b1f1942738d11601584f5d38725 diff --git a/sandbox_effect.cpp b/sandbox_effect.cpp index 840611e..1ec093d 100644 --- a/sandbox_effect.cpp +++ b/sandbox_effect.cpp @@ -1,10 +1,12 @@ -#include +#include #include "sandbox_effect.h" #include "util.h" using namespace std; +namespace movit { + SandboxEffect::SandboxEffect() : parm(0.0f) { @@ -22,3 +24,5 @@ void SandboxEffect::set_gl_state(GLuint glsl_program_num, const string &prefix, // Any OpenGL state you might want to set, goes here. } + +} // namespace movit