From f31c452a5fc2e3da5c590d437b9a72362b55307c Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 30 Dec 2009 23:02:14 +0000 Subject: MOHAWK: Reduce header interdependencies svn-id: r46782 --- engines/mohawk/detection.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'engines/mohawk/detection.cpp') diff --git a/engines/mohawk/detection.cpp b/engines/mohawk/detection.cpp index 7e310c8760..8b900dc586 100644 --- a/engines/mohawk/detection.cpp +++ b/engines/mohawk/detection.cpp @@ -63,15 +63,15 @@ uint16 MohawkEngine::getVersion() const { return _gameDescription->version; } -uint8 MohawkEngine::getGameType() { +uint8 MohawkEngine::getGameType() const { return _gameDescription->gameType; } -Common::String MohawkEngine_LivingBooks::getBookInfoFileName() { +Common::String MohawkEngine_LivingBooks::getBookInfoFileName() const { return _gameDescription->desc.filesDescriptions[0].fileName; } -Common::Language MohawkEngine::getLanguage() { +Common::Language MohawkEngine::getLanguage() const { return _gameDescription->desc.language; } -- cgit v1.2.3