add proxy index builds, perperual session, backup.prev, disarmed track indication...
[goodguy/history.git] / cinelerra-5.1 / cinelerra / undostack.h
index e6791d0a27d65441a6d3073272f047b22fb15a63..17bf1284bea8e8dda421dd59a97e5fa48402166f 100644 (file)
@@ -108,6 +108,8 @@ public:
        void set_creator(void *creator);
        void* get_creator();
 
+       void save(FILE *fp);
+       void load(FILE *fp);
 private:
 // command description for the menu item
        char *description;
@@ -147,6 +149,8 @@ public:
 // move to the next undo entry for a redo
        UndoStackItem* pull_next();
 
+       void save(FILE *fp);
+       void load(FILE *fp);
        void dump(FILE *fp=stdout);
 
        UndoStackItem* current;