X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=alpha_multiplication_effect.h;h=bc66d72214d8f612bf3f8425cb2ed39f4a3d837e;hp=b9cf251e6719fb022e8f651b1f4d952461433895;hb=67b2debafd624d3be66588171d6ec677b54247ba;hpb=ac4fc36aa70ffefb6b9632dc0abea5cbbce5387b diff --git a/alpha_multiplication_effect.h b/alpha_multiplication_effect.h index b9cf251..bc66d72 100644 --- a/alpha_multiplication_effect.h +++ b/alpha_multiplication_effect.h @@ -7,6 +7,8 @@ #include "effect.h" +namespace movit { + class AlphaMultiplicationEffect : public Effect { public: AlphaMultiplicationEffect() {} @@ -14,4 +16,6 @@ public: std::string output_fragment_shader(); }; +} // namespace movit + #endif // !defined(_MOVIT_ALPHA_MULTIPLICATION_EFFECT_H)