summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/fight.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/fight.h')
-rw-r--r--crawl-ref/source/fight.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/fight.h b/crawl-ref/source/fight.h
index 3eb0736966..3bef80357a 100644
--- a/crawl-ref/source/fight.h
+++ b/crawl-ref/source/fight.h
@@ -47,4 +47,6 @@ void attack_cleave_targets(actor* attacker, list<actor*> &targets,
int attack_number = 0,
int effective_attack_number = 0);
+int finesse_adjust_delay(int delay);
+
#endif