summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/player.h')
-rw-r--r--crawl-ref/source/player.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/player.h b/crawl-ref/source/player.h
index 8cfc165ee2..088f290228 100644
--- a/crawl-ref/source/player.h
+++ b/crawl-ref/source/player.h
@@ -459,6 +459,9 @@ bool player_weapon_wielded();
item_def *player_weapon();
item_def *player_shield();
+// Determines if the given grid is dangerous for the player to enter.
+bool is_grid_dangerous(int grid);
+
void run_macro(const char *macroname = NULL);
#endif