From 935e748e624b307647208c7072bd6a8c8424cf08 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Thu, 19 Feb 2009 09:57:39 +0000 Subject: In progress work on cleaning up the font system - giving proper variable names, types, and converted memory accesses to endian safe structures svn-id: r38540 --- engines/cruise/cruise.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/cruise/cruise.h') diff --git a/engines/cruise/cruise.h b/engines/cruise/cruise.h index 2345e60f67..8796ba13a0 100644 --- a/engines/cruise/cruise.h +++ b/engines/cruise/cruise.h @@ -57,6 +57,7 @@ private: bool _preLoad; Debugger *_debugger; Common::StringList _langStrings; + CursorType _savedCursor; protected: // Engine APIs @@ -76,6 +77,7 @@ public: Common::Language getLanguage() const; Common::Platform getPlatform() const; virtual GUI::Debugger *getDebugger() { return _debugger; } + virtual void pauseEngineIntern(bool pause); const char *langString(LangStringId langId) { return _langStrings[(int)langId].c_str(); } bool loadSaveDirectory(void); -- cgit v1.2.3