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.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/crawl-ref/source/files.h b/crawl-ref/source/files.h
index 422925343e..830f99bc41 100644
--- a/crawl-ref/source/files.h
+++ b/crawl-ref/source/files.h
@@ -83,6 +83,14 @@ void restore_game(void);
bool apply_to_all_dungeons(bool (*applicator)());
+class level_id;
+
+bool apply_to_level(const level_id &level, bool preserve_current,
+ bool (*applicator)());
+
+bool is_existing_level(const level_id &level);
+
+
// last updated 12may2000 {dlb}
/* ***********************************************************************
* called from: ouch