add save project feature, shortcuts update
[goodguy/history.git] / cinelerra-5.1 / cinelerra / mwindow.h
index 9845ea6bf6f3b7bcd0942291d5c9540b7de27352..c6db8e7ebc4039067d8f77bcff510673c4188ce4 100644 (file)
@@ -486,6 +486,9 @@ public:
        void redo_entry(BC_WindowBase *calling_window_gui);
        void save_undo_data();
        void load_undo_data();
+       int copy_target(const char *path, const char *target);
+       int link_target(const char *real_path, const char *link_path, int relative);
+       void save_project(const char *dir, int save_mode, int overwrite, int reload);
 
        int cut_automation();
        int copy_automation();