]> git.sesse.net Git - movit/blobdiff - diffusion_effect.h
Prefix include guards with _MOVIT to avoid clashes with external files.
[movit] / diffusion_effect.h
index 64d743d12eb923bd409b24ddd0d5de508ff5458c..390787d9a3dc4c54c2dd8408538fd43d480ab471 100644 (file)
@@ -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
@@ -59,4 +59,4 @@ private:
 };
 
 
-#endif // !defined(_DIFFUSION_EFFECT_H)
+#endif // !defined(_MOVIT_DIFFUSION_EFFECT_H)