X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbeatcounter.h;h=2a12e520e9ed29a90950eec81a35bd030d8f081b;hb=7857d6ec5961f94bc926b1a969f2c841713f9650;hp=856c8d7d7f2b4bd5fb4e2e4600701a0d6835c574;hpb=35332818fc6bad98fe77831de2c51a11326e31aa;p=libs%2Fdemoscene.git diff --git a/source/beatcounter.h b/source/beatcounter.h index 856c8d7..2a12e52 100644 --- a/source/beatcounter.h +++ b/source/beatcounter.h @@ -5,16 +5,19 @@ #include #include #include -#include "sequencer.h" +#include "resources.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; Msp::GL::ObjectInstance instance; public: - BeatCounter(Msp::DataFile::Collection &); + BeatCounter(Resources &); + + virtual void validate() const { } virtual void beat(int);