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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/files.h b/crawl-ref/source/files.h
index 9cc125d74d..175bc9aa77 100644
--- a/crawl-ref/source/files.h
+++ b/crawl-ref/source/files.h
@@ -109,6 +109,7 @@ public:
};
void save_ghost( bool force = false );
+bool load_ghost( bool creating_level );
std::string make_filename(std::string prefix, int level, branch_type branch,
level_area_type lt, bool isGhost );