X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=glow_effect.h;h=2a2af16dd3abbd7d1bded97de0aaad88475b63bf;hp=3453c997d82ee2938b987089774b2a5677309bde;hb=9580d67514ec138e65496aa1170c63b53f657207;hpb=37f56fcbe571b2322243f6de59494bf9e0cbb37a diff --git a/glow_effect.h b/glow_effect.h index 3453c99..2a2af16 100644 --- a/glow_effect.h +++ b/glow_effect.h @@ -1,15 +1,17 @@ -#ifndef _GLOW_EFFECT_H -#define _GLOW_EFFECT_H 1 +#ifndef _MOVIT_GLOW_EFFECT_H +#define _MOVIT_GLOW_EFFECT_H 1 // Glow: Cut out the highlights of the image (everything above a certain threshold), // blur them, and overlay them onto the original image. -#include +#include #include #include #include "effect.h" +namespace movit { + class BlurEffect; class EffectChain; class HighlightCutoffEffect; @@ -55,4 +57,6 @@ private: float cutoff; }; -#endif // !defined(_GLOW_EFFECT_H) +} // namespace movit + +#endif // !defined(_MOVIT_GLOW_EFFECT_H)