X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=mix_effect.h;h=9abe6010a86d1aabb4640759c99fef537cb4caae;hp=fda06a6f9426426e9794637348c19f907a5894d5;hb=cfc161e0289c2169d4835c48751ff56b97355eb2;hpb=0fa51e08f83e0283337216f5b951b3d5a8c0555b diff --git a/mix_effect.h b/mix_effect.h index fda06a6..9abe601 100644 --- a/mix_effect.h +++ b/mix_effect.h @@ -8,6 +8,8 @@ #include "effect.h" +namespace movit { + class MixEffect : public Effect { public: MixEffect(); @@ -25,4 +27,6 @@ private: float strength_first, strength_second; }; +} // namespace movit + #endif // !defined(_MOVIT_MIX_EFFECT_H)