X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=dither_effect.h;h=9818603c2a46f4a659628b68c03be5fed3f868ac;hp=a6c3c9cc856e895b8b662f753d1dba37e2697637;hb=refs%2Fheads%2Fepoxy;hpb=7f92cccbf86c655ab94bb4a33e80e6f4f7c415d7 diff --git a/dither_effect.h b/dither_effect.h index a6c3c9c..9818603 100644 --- a/dither_effect.h +++ b/dither_effect.h @@ -43,11 +43,13 @@ // like many LCD monitors do, but it starts to get very hairy, again, for limited gains.) // The dither is also deterministic across runs. -#include +#include #include #include "effect.h" +namespace movit { + class DitherEffect : public Effect { private: // Should not be instantiated by end users; @@ -77,4 +79,6 @@ private: GLuint texnum; }; +} // namespace movit + #endif // !defined(_MOVIT_DITHER_EFFECT_H)