summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-act.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2010-02-12 17:35:34 +0100
committerRobert Vollmert <rvollmert@gmx.net>2010-02-13 16:35:16 +0100
commit90a0556355e6dc1aa37812767ff1a4c207790b51 (patch)
treea4da5ebfdbfa8f64ee844c713bba93d9ed4690be /crawl-ref/source/mon-act.h
parent7ab088953201f8b38fdb63258f435f97ab1df875 (diff)
downloadcrawl-ref-90a0556355e6dc1aa37812767ff1a4c207790b51.tar.gz
crawl-ref-90a0556355e6dc1aa37812767ff1a4c207790b51.zip
Export handle_monster_move for debug access.
Diffstat (limited to 'crawl-ref/source/mon-act.h')
-rw-r--r--crawl-ref/source/mon-act.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/mon-act.h b/crawl-ref/source/mon-act.h
index 026d8a2f4b..7273dc0fa4 100644
--- a/crawl-ref/source/mon-act.h
+++ b/crawl-ref/source/mon-act.h
@@ -8,6 +8,7 @@
#define MONACT_H
void handle_monsters(void);
+void handle_monster_move(monsters* mon);
#define ENERGY_SUBMERGE(entry) (std::max(entry->energy_usage.swim / 2, 1))