]> git.tdb.fi Git - libs/demoscene.git/blobdiff - source/sequencer.h
Allow stages to define actions
[libs/demoscene.git] / source / sequencer.h
index d01ee6865da58811745c592ee17d83b2cfde007e..d2a786987e8d58cd43a6d2b1b1bc83e2f7132884 100644 (file)
@@ -108,6 +108,7 @@ public:
 
        template<typename T>
        void register_action_type(const std::string &);
+       void define_action(const std::string &, Action &);
 
        void set_beats_per_minute(float);
        float get_beats_per_minute() const { return Msp::Time::min/secs_per_beat; }