X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=sandbox_effect.h;h=25c79920109cbbdbf1d0418c41566df863a037df;hp=80ef8a23adfa6bca98b20b0b98bca56620026fdc;hb=95edbfccb0843da3cc105dadc5bc6d8e102f6071;hpb=ac4fc36aa70ffefb6b9632dc0abea5cbbce5387b;ds=sidebyside diff --git a/sandbox_effect.h b/sandbox_effect.h index 80ef8a2..25c7992 100644 --- a/sandbox_effect.h +++ b/sandbox_effect.h @@ -8,11 +8,13 @@ // throwaway code. When you're happy, you can do a bit of search and replace // to give it a proper name and its own place in the build system. -#include +#include #include #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)