summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/files.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-01 16:07:23 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-01 16:07:23 +0000
commitce03c65515786c7f3c019314fe44019258236a94 (patch)
tree4f2215b3c665329834e2d654af4c2d43e009b3b9 /crawl-ref/source/files.h
parent8f8b5b59f645ca88bf6b821b04a899b8d779ea45 (diff)
downloadcrawl-ref-ce03c65515786c7f3c019314fe44019258236a94.tar.gz
crawl-ref-ce03c65515786c7f3c019314fe44019258236a94.zip
Slime:6 teleport control is enabled even if you kill the royal jelly off-level (sorear). TC is also enabled when banishing the royal jelly, which is a bit cheesy...
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4026 c06c8d41-db1a-0410-9941-cceddc491573
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