summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/xom.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/xom.h')
-rw-r--r--crawl-ref/source/xom.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/xom.h b/crawl-ref/source/xom.h
index 047f5196b5..25706fb1ab 100644
--- a/crawl-ref/source/xom.h
+++ b/crawl-ref/source/xom.h
@@ -90,4 +90,6 @@ void xom_death_message(const kill_method_type killed_by);
void debug_xom_effects();
#endif
+bool move_stair(coord_def stair_pos, bool away, bool allow_under);
+
#endif