Minor improvements

This commit is contained in:
2021-03-31 19:43:11 +02:00
parent 9f225e14cd
commit f7c73167eb
3 changed files with 8 additions and 1 deletions

View File

@@ -43,5 +43,7 @@ namespace openVulkanoCpp
[[nodiscard]] size_t GetMaxArchiveFileSize() const { return m_fileSizeLimit; }
void Move(const std::filesystem::path& newDir);
const std::filesystem::path& GetDir() const { return m_dir; }
};
}