summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-transit.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-06-04 03:03:02 +0200
committerAdam Borowski <kilobyte@angband.pl>2011-06-04 14:29:26 +0200
commit662a84ac03691a43f36464e45cd6d6f88ba101fb (patch)
treee64ee0fe608972582da55a9729de936dabe99509 /crawl-ref/source/mon-transit.h
parent3905aef836a1d2c33550a5fa5ee2dd9846994b8e (diff)
downloadcrawl-ref-662a84ac03691a43f36464e45cd6d6f88ba101fb.tar.gz
crawl-ref-662a84ac03691a43f36464e45cd6d6f88ba101fb.zip
Gut and parcel out most of stuff.cc
Diffstat (limited to 'crawl-ref/source/mon-transit.h')
-rw-r--r--crawl-ref/source/mon-transit.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/mon-transit.h b/crawl-ref/source/mon-transit.h
index 04314d6a3f..c75d6188ed 100644
--- a/crawl-ref/source/mon-transit.h
+++ b/crawl-ref/source/mon-transit.h
@@ -43,4 +43,7 @@ void place_followers();
void place_transiting_items();
+void tag_followers();
+void untag_followers();
+
#endif