From e45a9d42e26c70d9eeb3bfa11408bc0d33c7b69b Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Sun, 4 May 2008 15:56:28 +0000 Subject: - Shared checkInput code between kyra2 and kyra3 - Debugger related cleanup svn-id: r31868 --- engines/kyra/kyra_hof.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'engines/kyra/kyra_hof.h') diff --git a/engines/kyra/kyra_hof.h b/engines/kyra/kyra_hof.h index 42cdd57ae7..b24ea02262 100644 --- a/engines/kyra/kyra_hof.h +++ b/engines/kyra/kyra_hof.h @@ -100,7 +100,6 @@ enum kNestedSequencesDemo { class WSAMovieV2; class KyraEngine_HoF; class TextDisplayer_HoF; -class Debugger_v2; struct TIM; @@ -192,7 +191,7 @@ struct ActiveItemAnim { }; class KyraEngine_HoF : public KyraEngine_v2 { -friend class Debugger_v2; +friend class Debugger_HoF; friend class TextDisplayer_HoF; friend class GUI_HoF; public: @@ -201,6 +200,7 @@ public: Screen *screen() { return _screen; } Screen_v2 *screen_v2() const { return _screen; } + GUI_v2 *gui_v2() const { return _gui; } virtual TextDisplayer *text() { return _text; } int language() const { return _lang; } protected: @@ -289,7 +289,6 @@ protected: Screen_HoF *_screen; TextDisplayer_HoF *_text; - Debugger_v2 *_debugger; TIMInterpreter *_tim; uint8 *_mouseSHPBuf; @@ -332,7 +331,6 @@ protected: int _mouseState; - int checkInput(Button *buttonList, bool mainLoop = false); void handleInput(int x, int y); bool handleInputUnkSub(int x, int y); -- cgit v1.2.3