summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/files.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2006-11-27 16:00:59 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2006-11-27 16:00:59 +0000
commit29faa0a6eb7d70224246e9613a5b9cec4f94dcb5 (patch)
tree106a8722c23cee9f9e3256d9a3a33ffaf8660176 /crawl-ref/source/files.h
parentf5e094c8c6d4f5947d48510633a74cc3b65bf98b (diff)
downloadcrawl-ref-29faa0a6eb7d70224246e9613a5b9cec4f94dcb5.tar.gz
crawl-ref-29faa0a6eb7d70224246e9613a5b9cec4f94dcb5.zip
[1603062] Fixed save_dir not working when LOAD_PACKAGE_CMD is defined (sartak).
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.1.4@509 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/files.h')
-rw-r--r--crawl-ref/source/files.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/files.h b/crawl-ref/source/files.h
index b7fd81a5fd..3bbd358a1e 100644
--- a/crawl-ref/source/files.h
+++ b/crawl-ref/source/files.h
@@ -37,6 +37,7 @@ bool travel_load_map( char branch, int absdepth );
std::vector<player> find_saved_characters();
+std::string get_savedir();
std::string get_savedir_filename(const char *pre, const char *suf,
const char *ext, bool suppress_uid = false);