summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/view.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/view.h')
-rw-r--r--crawl-ref/source/view.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/view.h b/crawl-ref/source/view.h
index 22f3b5bdf2..bd7e63ecf0 100644
--- a/crawl-ref/source/view.h
+++ b/crawl-ref/source/view.h
@@ -150,6 +150,7 @@ unsigned char get_sightmap_char(int feature);
unsigned char get_magicmap_char(int feature);
void viewwindow(bool draw_it, bool do_updates);
+void fire_monster_alerts();
bool find_ray( int sourcex, int sourcey, int targetx, int targety,
bool allow_fallback, ray_def& ray, int cycle_dir = 0 );