X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbeatcounter.h;h=2a12e520e9ed29a90950eec81a35bd030d8f081b;hb=2a957e891f86cc692ddbb80f71b1478ea03d5a4f;hp=952ed6b0460869dd2af309257fb7336501e65cb7;hpb=8ffa42fba0e6a13286b465473fd399cac7c77dcf;p=libs%2Fdemoscene.git diff --git a/source/beatcounter.h b/source/beatcounter.h index 952ed6b..2a12e52 100644 --- a/source/beatcounter.h +++ b/source/beatcounter.h @@ -5,6 +5,7 @@ #include #include #include +#include "resources.h" #include "action.h" class BeatCounter: public Msp::GL::Renderable, public Action @@ -14,7 +15,9 @@ private: Msp::GL::ObjectInstance instance; public: - BeatCounter(Msp::DataFile::Collection &); + BeatCounter(Resources &); + + virtual void validate() const { } virtual void beat(int);