X-Git-Url: http://git.tdb.fi/?p=libs%2Fdemoscene.git;a=blobdiff_plain;f=source%2Fdemo.h;h=35be62454e0c70100b13f392f560ef8784446a07;hp=e2dfd6e9e6d926455827b9232036568bc68c795b;hb=e2032cbdb8d2ae52e42d400c5cc90ddad844f665;hpb=287ad70a1b4d6b65203e6b0827089456eb7f7659 diff --git a/source/demo.h b/source/demo.h index e2dfd6e..35be624 100644 --- a/source/demo.h +++ b/source/demo.h @@ -32,6 +32,8 @@ private: }; public: + typedef std::map ThingMap; + sigc::signal signal_finished; protected: @@ -48,7 +50,7 @@ protected: Msp::Time::TimeStamp last_tick; Msp::Time::TimeStamp next_frame; - std::map things; + ThingMap things; Demo(Msp::Graphics::Window &, Msp::Graphics::GLContext &, Msp::DataFile::Collection &); public: