aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/script_tim.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra/script_tim.h')
-rw-r--r--engines/kyra/script_tim.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/engines/kyra/script_tim.h b/engines/kyra/script_tim.h
index a76dcccb38..2ffbf89d65 100644
--- a/engines/kyra/script_tim.h
+++ b/engines/kyra/script_tim.h
@@ -27,12 +27,15 @@
#define KYRA_SCRIPT_TIM_H
#include "kyra/kyra.h"
-#include "kyra/util.h"
#include "common/array.h"
+#include "common/func.h"
namespace Kyra {
+struct TIM;
+typedef Common::Functor2<const TIM*, const uint16*, int> TIMOpcode;
+
struct TIM {
int16 procFunc;
uint16 procParam;