X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=glow_effect.h;h=af833070558a05ce46e4aa5865516da0714cd740;hp=91106e03b08927ab3498d784f3611b05e36aafa8;hb=cfc161e0289c2169d4835c48751ff56b97355eb2;hpb=ac4fc36aa70ffefb6b9632dc0abea5cbbce5387b diff --git a/glow_effect.h b/glow_effect.h index 91106e0..af83307 100644 --- a/glow_effect.h +++ b/glow_effect.h @@ -10,6 +10,8 @@ #include "effect.h" +namespace movit { + class BlurEffect; class EffectChain; class HighlightCutoffEffect; @@ -55,4 +57,6 @@ private: float cutoff; }; +} // namespace movit + #endif // !defined(_MOVIT_GLOW_EFFECT_H)