summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/misc.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-10-27 01:47:55 +0100
committerRobert Vollmert <rvollmert@gmx.net>2009-10-27 02:32:58 +0100
commit4c82c5be80278e2dee3bfc8bb1ca69724365fda5 (patch)
tree846c39495add6ad718f619a21901037bca595caa /crawl-ref/source/misc.h
parent928479a2ce6674d27d6ef03d7a06f81803ccdfae (diff)
downloadcrawl-ref-4c82c5be80278e2dee3bfc8bb1ca69724365fda5.tar.gz
crawl-ref-4c82c5be80278e2dee3bfc8bb1ca69724365fda5.zip
Move autoexclude code from misc.cc to exclude.cc.
Diffstat (limited to 'crawl-ref/source/misc.h')
-rw-r--r--crawl-ref/source/misc.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/crawl-ref/source/misc.h b/crawl-ref/source/misc.h
index c6efd53cd2..737db0f517 100644
--- a/crawl-ref/source/misc.h
+++ b/crawl-ref/source/misc.h
@@ -69,9 +69,6 @@ std::string weird_sound();
bool mons_is_safe(const monsters *mon, bool want_move = false,
bool consider_user_options = true);
-bool need_auto_exclude(const monsters *mon, bool sleepy = false);
-void set_auto_exclude(const monsters *mon);
-void remove_auto_exclude(const monsters *mon, bool sleepy = false);
std::vector<monsters*> get_nearby_monsters(bool want_move = false,
bool just_check = false,