From 4c82c5be80278e2dee3bfc8bb1ca69724365fda5 Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Tue, 27 Oct 2009 01:47:55 +0100 Subject: Move autoexclude code from misc.cc to exclude.cc. --- crawl-ref/source/exclude.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 crawl-ref/source/exclude.h (limited to 'crawl-ref/source/exclude.h') diff --git a/crawl-ref/source/exclude.h b/crawl-ref/source/exclude.h new file mode 100644 index 0000000000..77b1244a9e --- /dev/null +++ b/crawl-ref/source/exclude.h @@ -0,0 +1,9 @@ +#ifndef EXCLUDE_H +#define EXCLUDE_H + +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); + +#endif + -- cgit v1.2.3-54-g00ecf