From 3826c7c8a8fabf2bc0379de53b835b25adfa45c5 Mon Sep 17 00:00:00 2001 From: Paweł Kołodziejski Date: Sat, 31 Aug 2002 09:50:36 +0000 Subject: changed Bundle to File class, cleanup svn-id: r4874 --- common/timer.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common') 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__ -- cgit v1.2.3