summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/files.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/files.h')
-rw-r--r--crawl-ref/source/files.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/crawl-ref/source/files.h b/crawl-ref/source/files.h
index 175bc9aa77..d81e23240e 100644
--- a/crawl-ref/source/files.h
+++ b/crawl-ref/source/files.h
@@ -62,6 +62,10 @@ bool travel_load_map( branch_type branch, int absdepth );
std::vector<player_save_info> find_saved_characters();
std::string get_savedir();
+std::string get_save_filename(const std::string &pre,
+ const std::string &suf,
+ const std::string &ext,
+ bool suppress_uid = false);
std::string get_savedir_filename(const std::string &pre,
const std::string &suf,
const std::string &ext,