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 49ebf4693b..43977a523c 100644
--- a/crawl-ref/source/view.h
+++ b/crawl-ref/source/view.h
@@ -252,6 +252,7 @@ void flash_monster_colour(const monsters *mon, unsigned char fmc_colour,
#endif
void viewwindow(bool draw_it, bool do_updates);
void update_monsters_in_view();
+void flush_comes_into_view();
struct ray_def;
bool find_ray( const coord_def& source, const coord_def& target,