summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/files.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2006-12-15 11:59:00 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2006-12-15 11:59:00 +0000
commit4cc4eaf79bd010cfdefd9547bd34d728ff3cc62d (patch)
tree066bf487f22b57419bbfd76261bb379b0a01b2c4 /crawl-ref/source/files.h
parent1328bd509fa25da1301d4ff6f4b6e9f2a630730e (diff)
downloadcrawl-ref-4cc4eaf79bd010cfdefd9547bd34d728ff3cc62d.tar.gz
crawl-ref-4cc4eaf79bd010cfdefd9547bd34d728ff3cc62d.zip
Added -morgue option to specify where morgues are saved.
Added -macro option to specify location of macro file. Morgue files are named morgue-<cname>-<time>.txt, provided Crawl is compiled without SHORT_FILE_NAMES. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.1.6@640 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/files.h')
-rw-r--r--crawl-ref/source/files.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/files.h b/crawl-ref/source/files.h
index 3bbd358a1e..93a837b659 100644
--- a/crawl-ref/source/files.h
+++ b/crawl-ref/source/files.h
@@ -31,7 +31,7 @@ extern FixedArray<bool, MAX_LEVELS, MAX_BRANCHES> tmp_file_pairs;
std::string datafile_path(const std::string &basename);
-void check_savedir(std::string &dir);
+bool check_dir(const std::string &what, std::string &dir);
bool travel_load_map( char branch, int absdepth );