Game rename (#236)

This commit is contained in:
Philip Kristoffersen
2022-09-20 19:57:08 +02:00
committed by GitHub
parent c933c84b0c
commit b9ee32cd54
5 changed files with 88 additions and 16 deletions
+4
View File
@@ -33,6 +33,10 @@ pub fn get_config_file() -> PathBuf {
get_config_folder().join("config.toml")
}
pub fn get_renames_file() -> PathBuf {
get_config_folder().join("renames.json")
}
pub fn get_cache_file() -> PathBuf {
get_config_folder().join("cache.json")
}