summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/misc.h')
-rw-r--r--crawl-ref/source/misc.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/crawl-ref/source/misc.h b/crawl-ref/source/misc.h
index 48145be182..7a192db181 100644
--- a/crawl-ref/source/misc.h
+++ b/crawl-ref/source/misc.h
@@ -19,6 +19,8 @@
struct bolt;
struct dist;
+struct activity_interrupt_data;
+
// last updated 08jan2001 {gdl}
/* ***********************************************************************
@@ -116,4 +118,7 @@ int speed_to_duration(int speed);
bool scramble(void);
+bool interrupt_cmd_repeat( activity_interrupt_type ai,
+ const activity_interrupt_data &at );
+
#endif