X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=effect.h;h=78845094196ccb92ea59df679f05c8f0179c7a59;hb=ac4fc36aa70ffefb6b9632dc0abea5cbbce5387b;hp=65fdf522af305491ca8e6abb594355aae9934e15;hpb=d98081df26d115a46404baaa83e9a927ebe37b87;p=movit diff --git a/effect.h b/effect.h index 65fdf52..7884509 100644 --- a/effect.h +++ b/effect.h @@ -1,5 +1,5 @@ -#ifndef _EFFECT_H -#define _EFFECT_H 1 +#ifndef _MOVIT_EFFECT_H +#define _MOVIT_EFFECT_H 1 // Effect is the base class for every effect. It basically represents a single // GLSL function, with an optional set of user-settable parameters. @@ -284,4 +284,4 @@ private: std::map params_tex_1d; }; -#endif // !defined(_EFFECT_H) +#endif // !defined(_MOVIT_EFFECT_H)