summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dgn-overview.h
diff options
context:
space:
mode:
authorDarshan Shaligram <dshaligram@users.sourceforge.net>2010-07-15 23:07:59 +0530
committerDarshan Shaligram <dshaligram@users.sourceforge.net>2010-07-15 23:07:59 +0530
commitec6614ff8b371de3ac7a91df496f0c194861147f (patch)
tree2c661f6e1fcd95333c90008fff4ae24b579d6946 /crawl-ref/source/dgn-overview.h
parent8fd2f1edb5fffb975fad71321c383f3c8795cdda (diff)
downloadcrawl-ref-ec6614ff8b371de3ac7a91df496f0c194861147f.tar.gz
crawl-ref-ec6614ff8b371de3ac7a91df496f0c194861147f.zip
[1980] Clear overview in _reset_game.
Diffstat (limited to 'crawl-ref/source/dgn-overview.h')
-rw-r--r--crawl-ref/source/dgn-overview.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/dgn-overview.h b/crawl-ref/source/dgn-overview.h
index d3569a3695..00870b4cea 100644
--- a/crawl-ref/source/dgn-overview.h
+++ b/crawl-ref/source/dgn-overview.h
@@ -11,6 +11,8 @@
#include "stash.h"
#include <vector>
+void overview_clear();
+
void seen_notable_thing(dungeon_feature_type which_thing, const coord_def& pos);
bool move_notable_thing(const coord_def& orig, const coord_def& dest);
bool overview_knows_portal(dungeon_feature_type portal);