From f173041811398817ffce870d30ef3b87d1302736 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Sun, 20 Apr 2008 15:47:11 +0000 Subject: - moved kyra functor code to common/func.h - adapted debugger code to use functor code from common/func.h - adapted kyra engine to use functor code from common/func.h svn-id: r31614 --- engines/kyra/kyra_v2.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'engines/kyra/kyra_v2.h') diff --git a/engines/kyra/kyra_v2.h b/engines/kyra/kyra_v2.h index 10953a71a3..d63f8d6e99 100644 --- a/engines/kyra/kyra_v2.h +++ b/engines/kyra/kyra_v2.h @@ -28,12 +28,13 @@ #include "kyra/kyra.h" #include "kyra/script.h" +#include "kyra/script_tim.h" #include "kyra/screen_v2.h" #include "kyra/text_v2.h" #include "kyra/gui_v2.h" -#include "kyra/util.h" #include "common/list.h" +#include "common/func.h" namespace Kyra { @@ -99,7 +100,6 @@ enum kNestedSequencesDemo { class WSAMovieV2; class KyraEngine_v2; class TextDisplayer_v2; -class TIMInterpreter; class Debugger_v2; struct TIM; @@ -329,7 +329,7 @@ protected: void update(); void updateWithText(); - Functor0Mem _updateFunctor; + Common::Functor0Mem _updateFunctor; void updateMouse(); -- cgit v1.2.3