From 5382aa1ab0ac0b42a33a4b73664e3a8064b4211b Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Wed, 30 Dec 2009 16:00:56 +0000 Subject: SCI32: - Set signature for Array/String - Add the kernel table differences for the GK2 demo - Implement kMessage changes in SCI32 - Use an empty string as the default path for all games now (and modify kValidPath to accept that only as valid) - Add dereferencing for Arrays svn-id: r46756 --- engines/sci/sci.h | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/sci/sci.h') diff --git a/engines/sci/sci.h b/engines/sci/sci.h index 78f444f6f6..f6df9ce1fc 100644 --- a/engines/sci/sci.h +++ b/engines/sci/sci.h @@ -134,6 +134,7 @@ public: Kernel *getKernel() const { return _kernel; } EngineState *getEngineState() const { return _gamestate; } Vocabulary *getVocabulary() const { return _vocabulary; } + bool isDemo() const; Common::String getSavegameName(int nr) const; Common::String getSavegamePattern() const; -- cgit v1.2.3