summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/overmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/overmap.h')
-rw-r--r--crawl-ref/source/overmap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/overmap.h b/crawl-ref/source/overmap.h
index e2f6d15f11..7c10bd3493 100644
--- a/crawl-ref/source/overmap.h
+++ b/crawl-ref/source/overmap.h
@@ -14,6 +14,7 @@
void seen_notable_thing( int which_thing, int x, int y );
void display_overmap();
+void unnotice_labyrinth_portal();
std::string overview_description_string();
#endif