aboutsummaryrefslogtreecommitdiff
path: root/common/timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/timer.h')
-rw-r--r--common/timer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/timer.h b/common/timer.h
index 789714cb7a..d575b73a4c 100644
--- a/common/timer.h
+++ b/common/timer.h
@@ -25,6 +25,8 @@
#define MAX_TIMERS 5
+class Scumm;
+
typedef void (*TimerProc)(Scumm *);
#ifdef __MORPHOS__