]> git.tdb.fi Git - libs/demoscene.git/blobdiff - source/beatcounter.h
Move the Action class out of Sequencer
[libs/demoscene.git] / source / beatcounter.h
index 856c8d7d7f2b4bd5fb4e2e4600701a0d6835c574..952ed6b0460869dd2af309257fb7336501e65cb7 100644 (file)
@@ -5,9 +5,9 @@
 #include <msp/gl/objectinstance.h>
 #include <msp/gl/renderable.h>
 #include <msp/gl/text.h>
-#include "sequencer.h"
+#include "action.h"
 
-class BeatCounter: public Msp::GL::Renderable, public Sequencer::Action
+class BeatCounter: public Msp::GL::Renderable, public Action
 {
 private:
        Msp::GL::Text text;