X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=sandbox_effect.h;fp=sandbox_effect.h;h=f06b2ef3758d17cb95f014f0d7a1e0508a1218df;hp=80ef8a23adfa6bca98b20b0b98bca56620026fdc;hb=cfc161e0289c2169d4835c48751ff56b97355eb2;hpb=0fa51e08f83e0283337216f5b951b3d5a8c0555b diff --git a/sandbox_effect.h b/sandbox_effect.h index 80ef8a2..f06b2ef 100644 --- a/sandbox_effect.h +++ b/sandbox_effect.h @@ -13,6 +13,8 @@ #include "effect.h" +namespace movit { + class SandboxEffect : public Effect { public: SandboxEffect(); @@ -25,4 +27,6 @@ private: float parm; }; +} // namespace movit + #endif // !defined(_MOVIT_SANDBOX_EFFECT_H)