]> git.sesse.net Git - movit/blobdiff - mirror_effect.h
Comment all of *_effect.h.
[movit] / mirror_effect.h
index 6b07ea9433622e0b93c87b319d1ee31267978d68..0526c25bcb869a9e50da2885a20988bdf514e4ab 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef _MIRROR_EFFECT_H
 #define _MIRROR_EFFECT_H 1
 
+// A simple horizontal mirroring.
+
 #include "effect.h"
 
 class MirrorEffect : public Effect {