]> git.sesse.net Git - movit/blob - overlay_effect.cpp
Stop linking unit tests et al against SDL_image and other things that only the demo...
[movit] / overlay_effect.cpp
1 #include "overlay_effect.h"
2 #include "util.h"
3
4 OverlayEffect::OverlayEffect() {}
5
6 std::string OverlayEffect::output_fragment_shader()
7 {
8         return read_file("overlay_effect.frag");
9 }