summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/overmap.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2006-12-02 21:16:56 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2006-12-02 21:16:56 +0000
commit00033a21e5e9bce12e82e37cbfccd78a58cd8b4e (patch)
tree3109efa1375907629c2863937ca65ed5ca1569f6 /crawl-ref/source/overmap.h
parentfa3b58bbc845e824e835eda9230abac20528c561 (diff)
downloadcrawl-ref-00033a21e5e9bce12e82e37cbfccd78a58cd8b4e.tar.gz
crawl-ref-00033a21e5e9bce12e82e37cbfccd78a58cd8b4e.zip
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
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 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