X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flaunchscreen.h;h=e4c737f4a3c9ac020ab848ff790af2fe1d43e23c;hb=7857d6ec5961f94bc926b1a969f2c841713f9650;hp=7c4a923ddd2363c6af3d573e45ab1ef89c265bc3;hpb=35332818fc6bad98fe77831de2c51a11326e31aa;p=libs%2Fdemoscene.git diff --git a/source/launchscreen.h b/source/launchscreen.h index 7c4a923..e4c737f 100644 --- a/source/launchscreen.h +++ b/source/launchscreen.h @@ -1,11 +1,11 @@ #ifndef MSP_DEMOSCENE_LAUNCHSCREEN_H_ #define MSP_DEMOSCENE_LAUNCHSCREEN_H_ -#include #include #include #include #include +#include "resources.h" class LaunchScreen { @@ -19,7 +19,7 @@ private: Msp::GL::Camera camera; public: - LaunchScreen(Msp::DataFile::Collection &); + LaunchScreen(Resources &); void set_countdown(unsigned);