]> git.sesse.net Git - movit/blobdiff - glow_effect.cpp
Move everything into “namespace movit”.
[movit] / glow_effect.cpp
index 2cc6d0101478ef508e8c86da729935cf5b03ce14..778c55752fecceb984e4a9f97d39ba7cc4186e9d 100644 (file)
@@ -9,6 +9,8 @@
 
 using namespace std;
 
+namespace movit {
+
 GlowEffect::GlowEffect()
        : blur(new BlurEffect),
          cutoff(new HighlightCutoffEffect),
@@ -57,3 +59,5 @@ string HighlightCutoffEffect::output_fragment_shader()
 {
        return read_file("highlight_cutoff_effect.frag");
 }
+
+}  // namespace movit