X-Git-Url: http://git.tdb.fi/?p=libs%2Fdemoscene.git;a=blobdiff_plain;f=source%2Fbeatcounter.h;h=84e8dd1bac34f3cf9bf6d2b18118a8e631a78c57;hp=952ed6b0460869dd2af309257fb7336501e65cb7;hb=184dc3f14feab183bcd84eca40f89c143ecbe41f;hpb=8ffa42fba0e6a13286b465473fd399cac7c77dcf diff --git a/source/beatcounter.h b/source/beatcounter.h index 952ed6b..84e8dd1 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,7 @@ private: Msp::GL::ObjectInstance instance; public: - BeatCounter(Msp::DataFile::Collection &); + BeatCounter(Resources &); virtual void beat(int);