]> git.sesse.net Git - movit/blobdiff - effect.h
Prefix include guards with _MOVIT to avoid clashes with external files.
[movit] / effect.h
index 65fdf522af305491ca8e6abb594355aae9934e15..78845094196ccb92ea59df679f05c8f0179c7a59 100644 (file)
--- 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<std::string, Texture1D> params_tex_1d;
 };
 
-#endif // !defined(_EFFECT_H)
+#endif // !defined(_MOVIT_EFFECT_H)