aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra/timer.h')
-rw-r--r--engines/kyra/timer.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/engines/kyra/timer.h b/engines/kyra/timer.h
index 44f2e744c6..0991f0a1b1 100644
--- a/engines/kyra/timer.h
+++ b/engines/kyra/timer.h
@@ -27,14 +27,14 @@
#define KYRA_TIMER_H
#include "kyra/kyra.h"
-#include "kyra/util.h"
#include "common/list.h"
#include "common/stream.h"
+#include "common/func.h"
namespace Kyra {
-typedef Functor1<int, void> TimerFunc;
+typedef Common::Functor1<int, void> TimerFunc;
struct TimerEntry {
uint8 id;
@@ -89,3 +89,4 @@ private:
} // end of namespace Kyra
#endif
+