]> git.tdb.fi Git - libs/demoscene.git/blobdiff - source/stage.h
Framework for loading sequences from files
[libs/demoscene.git] / source / stage.h
index f34e6ae8462eeb01360c4bfab816ed3f969b9dfb..dad846dea73d4dd4f443161b8a0f8972ea988dd3 100644 (file)
@@ -3,11 +3,11 @@
 
 #include <msp/gl/pipeline.h>
 #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);
        };