aboutsummaryrefslogtreecommitdiff
path: root/common/timer.h
diff options
context:
space:
mode:
authorPaweł Kołodziejski2002-08-31 09:50:36 +0000
committerPaweł Kołodziejski2002-08-31 09:50:36 +0000
commit3826c7c8a8fabf2bc0379de53b835b25adfa45c5 (patch)
tree27c90bec2ea5e2b7ebd4520500182ce993f8cb38 /common/timer.h
parentbd7b93061b368ef4e1a45efbce2ef7110969512c (diff)
downloadscummvm-rg350-3826c7c8a8fabf2bc0379de53b835b25adfa45c5.tar.gz
scummvm-rg350-3826c7c8a8fabf2bc0379de53b835b25adfa45c5.tar.bz2
scummvm-rg350-3826c7c8a8fabf2bc0379de53b835b25adfa45c5.zip
changed Bundle to File class, cleanup
svn-id: r4874
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__