#ifndef SAVE_PROJECT_UTILS_H #define SAVE_PROJECT_UTILS_H #include #include class SCHEMATIC; class SCH_SCREEN; class SCH_SCREENS; bool PrepareSaveAsFiles( SCHEMATIC& aSchematic, SCH_SCREENS& aScreens, const wxFileName& aOldRoot, const wxFileName& aNewRoot, bool aSaveCopy, bool aCopySubsheets, bool aIncludeExternSheets, std::unordered_map& aFilenameMap, wxString& aErrorMsg ); #endif