X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fstage.h;h=dad846dea73d4dd4f443161b8a0f8972ea988dd3;hb=2a957e891f86cc692ddbb80f71b1478ea03d5a4f;hp=f34e6ae8462eeb01360c4bfab816ed3f969b9dfb;hpb=35332818fc6bad98fe77831de2c51a11326e31aa;p=libs%2Fdemoscene.git diff --git a/source/stage.h b/source/stage.h index f34e6ae..dad846d 100644 --- a/source/stage.h +++ b/source/stage.h @@ -3,11 +3,11 @@ #include #include "cameracontrol.h" -#include "sequencer.h" +#include "action.h" struct Stage { - class UseInView: public Sequencer::Action + class UseInView: public Action { private: Msp::GL::View &view; @@ -16,6 +16,8 @@ struct Stage public: UseInView(Msp::GL::View &, Stage &); + virtual void validate() const { } + virtual void start(float, float); };