summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/delay.h
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2010-06-02 09:05:41 -0500
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2010-06-02 10:20:57 -0500
commit077f3445237bcde3367453981ebdd597ffabaa78 (patch)
treef9e8838f63c84d4f8db825055183fe3b4a8c483c /crawl-ref/source/delay.h
parentd27df762a37e2ef7bc362e85a1d3936ee519344c (diff)
downloadcrawl-ref-077f3445237bcde3367453981ebdd597ffabaa78.tar.gz
crawl-ref-077f3445237bcde3367453981ebdd597ffabaa78.zip
Make Recite effects available in a public function.
Diffstat (limited to 'crawl-ref/source/delay.h')
-rw-r--r--crawl-ref/source/delay.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/delay.h b/crawl-ref/source/delay.h
index 03fdd9d523..142883fe9d 100644
--- a/crawl-ref/source/delay.h
+++ b/crawl-ref/source/delay.h
@@ -64,6 +64,8 @@ struct ait_hp_loss
ait_hp_loss(int _hp, int _ht) : hp(_hp), hurt_type(_ht) { }
};
+int recite_to_single_monster(int pow, const coord_def& where);
+
void start_delay( delay_type type, int turns, int parm1 = 0, int parm2 = 0 );
void stop_delay( bool stop_stair_travel = false );
bool you_are_delayed();