]> git.tdb.fi Git - libs/demoscene.git/blobdiff - source/stage.h
Framework for loading sequences from files
[libs/demoscene.git] / source / stage.h
index 2933856c1d000428003bd8fc129e5db9d112940a..dad846dea73d4dd4f443161b8a0f8972ea988dd3 100644 (file)
@@ -16,6 +16,8 @@ struct Stage
        public:
                UseInView(Msp::GL::View &, Stage &);
 
+               virtual void validate() const { }
+
                virtual void start(float, float);
        };