aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/detection.cpp
diff options
context:
space:
mode:
authorMax Horn2009-12-30 23:02:14 +0000
committerMax Horn2009-12-30 23:02:14 +0000
commitf31c452a5fc2e3da5c590d437b9a72362b55307c (patch)
treed57752e8ccfc6cafc1fc2d8713dfd5f6a533d7d8 /engines/mohawk/detection.cpp
parentb0e02675e79b2102f9d05de3d9f549b5438dfdcb (diff)
downloadscummvm-rg350-f31c452a5fc2e3da5c590d437b9a72362b55307c.tar.gz
scummvm-rg350-f31c452a5fc2e3da5c590d437b9a72362b55307c.tar.bz2
scummvm-rg350-f31c452a5fc2e3da5c590d437b9a72362b55307c.zip
MOHAWK: Reduce header interdependencies
svn-id: r46782
Diffstat (limited to 'engines/mohawk/detection.cpp')
-rw-r--r--engines/mohawk/detection.cpp6
1 files changed, 3 insertions, 3 deletions
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;
}