X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=diffusion_effect.h;h=2c31e4ae348524e23ba2b55e344a739d01b2092c;hp=64d743d12eb923bd409b24ddd0d5de508ff5458c;hb=d843bbc41c20e1f0abe25df5162423270af78896;hpb=37f56fcbe571b2322243f6de59494bf9e0cbb37a diff --git a/diffusion_effect.h b/diffusion_effect.h index 64d743d..2c31e4a 100644 --- a/diffusion_effect.h +++ b/diffusion_effect.h @@ -1,5 +1,5 @@ -#ifndef _DIFFUSION_EFFECT_H -#define _DIFFUSION_EFFECT_H 1 +#ifndef _MOVIT_DIFFUSION_EFFECT_H +#define _MOVIT_DIFFUSION_EFFECT_H 1 // There are many different effects that go under the name of "diffusion", // seemingly all of the inspired by the effect you get when you put a @@ -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(_DIFFUSION_EFFECT_H) +#endif // !defined(_MOVIT_DIFFUSION_EFFECT_H)