summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/files.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-01-09 23:02:04 +0100
committerAdam Borowski <kilobyte@angband.pl>2011-01-09 23:07:39 +0100
commit9d342931227b7e31da19323de5fe29610c7c2a0d (patch)
treec890478581ebfab7842da392d0b85dcc035c72d8 /crawl-ref/source/files.h
parentf7b9c926ffa9b015e25114f74682ea2147b7b779 (diff)
downloadcrawl-ref-9d342931227b7e31da19323de5fe29610c7c2a0d.tar.gz
crawl-ref-9d342931227b7e31da19323de5fe29610c7c2a0d.zip
Use the level's description ("D:15", "Zot:5", "Pan") as the level's chunk name.
For bones, '-' is used instead of ':' to handle Windows.
Diffstat (limited to 'crawl-ref/source/files.h')
-rw-r--r--crawl-ref/source/files.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/files.h b/crawl-ref/source/files.h
index 9906d0e35a..6df24fcc22 100644
--- a/crawl-ref/source/files.h
+++ b/crawl-ref/source/files.h
@@ -127,8 +127,6 @@ public:
void save_ghost(bool force = false);
bool load_ghost(bool creating_level);
-std::string get_level_filename(const level_id& lid);
-
FILE *lk_open(const char *mode, const std::string &file);
void lk_close(FILE *handle, const char *mode, const std::string &file);