14 MainUndo(MWindow
*mwindow
);
17 void update_undo_before(char *description
, uint32_t load_flags
);
18 void update_undo_after();
25 int load_from_undo(FileXML
*file
, uint32_t load_flags
); // loads undo from the stringfile to the project
28 UndoStackItem
* current_entry
; // for setting the after buffer
30 int undo_before_updated
;