]> git.tdb.fi Git - libs/demoscene.git/blobdiff - source/colorfade.h
Move the Action class out of Sequencer
[libs/demoscene.git] / source / colorfade.h
index ce2e0a64862d475e9f400052c1d48b434a756a2f..3b87513a00a5a03878e8bd76a24c606fcef3f582 100644 (file)
@@ -2,9 +2,9 @@
 #define MSP_DEMOSCENE_COLORFADE_H_
 
 #include <msp/gl/color.h>
-#include "sequencer.h"
+#include "action.h"
 
-class ColorFadeAction: public Sequencer::InterpolationAction
+class ColorFadeAction: public InterpolationAction
 {
 protected:
        Msp::GL::Color start_color;