X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=multiply_effect.h;h=50612fc941f1a5bf50894d39437bd872225034ad;hp=8de261aebaff82465b6e9c3671abb76b30b1db45;hb=cfc161e0289c2169d4835c48751ff56b97355eb2;hpb=0fa51e08f83e0283337216f5b951b3d5a8c0555b diff --git a/multiply_effect.h b/multiply_effect.h index 8de261a..50612fc 100644 --- a/multiply_effect.h +++ b/multiply_effect.h @@ -11,6 +11,8 @@ #include "effect.h" +namespace movit { + class MultiplyEffect : public Effect { public: MultiplyEffect(); @@ -21,4 +23,6 @@ private: RGBATuple factor; }; +} // namespace movit + #endif // !defined(_MOVIT_MULTIPLY_EFFECT_H)