X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fstage.h;h=c108f6fcd66ddda1f9c5b9ca0cb2324d23227db9;hb=e2032cbdb8d2ae52e42d400c5cc90ddad844f665;hp=49371776b2df432f5ae311d3471677c984d0e107;hpb=287ad70a1b4d6b65203e6b0827089456eb7f7659;p=libs%2Fdemoscene.git diff --git a/source/stage.h b/source/stage.h index 4937177..c108f6f 100644 --- a/source/stage.h +++ b/source/stage.h @@ -4,6 +4,7 @@ #include #include #include "action.h" +#include "demo.h" class Stage { @@ -68,6 +69,7 @@ public: Stage(); ~Stage(); + virtual void add_things(Demo::ThingMap &, const std::string &); void add_postprocessor(Msp::GL::PostProcessor &); void set_camera(const Msp::GL::Camera &); Msp::GL::Camera &get_camera() { return camera; }