X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=alpha_multiplication_effect.h;h=bc66d72214d8f612bf3f8425cb2ed39f4a3d837e;hp=b9cf251e6719fb022e8f651b1f4d952461433895;hb=cfc161e0289c2169d4835c48751ff56b97355eb2;hpb=0fa51e08f83e0283337216f5b951b3d5a8c0555b 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)