summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monplace.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2006-09-23 12:01:07 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2006-09-23 12:01:07 +0000
commit530dccaf735b1c9db4fe4c0b630e21f81ec70e6a (patch)
treefad6217e9826994c4b1a488437e38201f8b8f2d2 /crawl-ref/source/monplace.h
parentf5edb6c16557b698e2bcd532a61ee08976dd857c (diff)
downloadcrawl-ref-530dccaf735b1c9db4fe4c0b630e21f81ec70e6a.tar.gz
crawl-ref-530dccaf735b1c9db4fe4c0b630e21f81ec70e6a.zip
Integrated Matthew Cline's updates to notes.
This breaks note file compatibility. fully_identified() might need some testing. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup@92 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/monplace.h')
-rw-r--r--crawl-ref/source/monplace.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/crawl-ref/source/monplace.h b/crawl-ref/source/monplace.h
index e1d7259953..a3c2aa7a2c 100644
--- a/crawl-ref/source/monplace.h
+++ b/crawl-ref/source/monplace.h
@@ -81,4 +81,10 @@ bool place_monster( int &id, int mon_type, int power, char behaviour,
monster_type rand_dragon( dragon_class_type type );
+/* ***********************************************************************
+ * called from: monplace monstuff
+ * *********************************************************************** */
+void mark_interesting_monst(struct monsters* monster,
+ char behaviour = BEH_SLEEP);
+
#endif // MONPLACE_H