summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/misc.h')
-rw-r--r--crawl-ref/source/misc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/misc.h b/crawl-ref/source/misc.h
index ec3804ea30..400007aad5 100644
--- a/crawl-ref/source/misc.h
+++ b/crawl-ref/source/misc.h
@@ -116,5 +116,5 @@ bool stop_attack_prompt(const monsters *mon, bool beam_attack,
bool is_orckind(const actor *act);
bool is_dragonkind(const actor *act);
-
+void swap_with_monster(monsters *mon_to_swap);
#endif