From 317da8756e1d350167739d82b128fc5fcd70687e Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Wed, 3 Jun 2009 14:09:25 +0000 Subject: - Moved the engine state and the console to be private members of SciEngine - Implemented pauseEngineIntern() - Music now stops and resumes when entering/leaving the debugger svn-id: r41139 --- engines/sci/console.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/sci/console.h') diff --git a/engines/sci/console.h b/engines/sci/console.h index 4b4b8e618c..edd58f1f90 100644 --- a/engines/sci/console.h +++ b/engines/sci/console.h @@ -42,6 +42,8 @@ class Console : public GUI::Debugger { public: Console(SciEngine *vm); virtual ~Console(); + void preEnter(); + void postEnter(); private: // General -- cgit v1.2.3