X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=diffusion_effect.h;h=2c31e4ae348524e23ba2b55e344a739d01b2092c;hp=390787d9a3dc4c54c2dd8408538fd43d480ab471;hb=45955bca8c14dd8cac4fa922e45fb0f8be507d58;hpb=ac4fc36aa70ffefb6b9632dc0abea5cbbce5387b 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)