X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=diffusion_effect.h;fp=diffusion_effect.h;h=2c31e4ae348524e23ba2b55e344a739d01b2092c;hp=390787d9a3dc4c54c2dd8408538fd43d480ab471;hb=cfc161e0289c2169d4835c48751ff56b97355eb2;hpb=0fa51e08f83e0283337216f5b951b3d5a8c0555b diff --git a/diffusion_effect.h b/diffusion_effect.h index 390787d..2c31e4a 100644 --- a/diffusion_effect.h +++ b/diffusion_effect.h @@ -18,6 +18,8 @@ #include "effect.h" +namespace movit { + class BlurEffect; class EffectChain; class Node; @@ -58,5 +60,6 @@ private: float blurred_mix_amount; }; +} // namespace movit #endif // !defined(_MOVIT_DIFFUSION_EFFECT_H)