I N T E R P O L A T I O N
This commit is contained in:
+4
-2
@@ -76,7 +76,8 @@ namespace anm2ed
|
||||
Document& operator=(const Document&) = delete;
|
||||
Document(Document&&) noexcept;
|
||||
Document& operator=(Document&&) noexcept;
|
||||
bool save(const std::filesystem::path& = {}, std::string* = nullptr, anm2::Compatibility = anm2::ANM2ED);
|
||||
bool save(const std::filesystem::path& = {}, std::string* = nullptr, anm2::Compatibility = anm2::ANM2ED,
|
||||
bool = false, bool = true, bool = true);
|
||||
void hash_set();
|
||||
void clean();
|
||||
void change(ChangeType);
|
||||
@@ -100,7 +101,8 @@ namespace anm2ed
|
||||
void spritesheet_add(const std::filesystem::path&);
|
||||
void sound_add(const std::filesystem::path&);
|
||||
|
||||
bool autosave(std::string* = nullptr, anm2::Compatibility = anm2::ANM2ED);
|
||||
bool autosave(std::string* = nullptr, anm2::Compatibility = anm2::ANM2ED, bool = false, bool = true,
|
||||
bool = true);
|
||||
std::filesystem::path autosave_path_get();
|
||||
std::filesystem::path path_from_autosave_get(std::filesystem::path&);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user