From 00033a21e5e9bce12e82e37cbfccd78a58cd8b4e Mon Sep 17 00:00:00 2001 From: haranp Date: Sat, 2 Dec 2006 21:16:56 +0000 Subject: Added dump_order=overview and put it in by default. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@542 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/overmap.h | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/overmap.h') diff --git a/crawl-ref/source/overmap.h b/crawl-ref/source/overmap.h index 6c8faf17af..e2f6d15f11 100644 --- a/crawl-ref/source/overmap.h +++ b/crawl-ref/source/overmap.h @@ -14,5 +14,6 @@ void seen_notable_thing( int which_thing, int x, int y ); void display_overmap(); +std::string overview_description_string(); #endif -- cgit v1.2.3-54-g00ecf