MOHAWK: Reduce header interdependencies

svn-id: r46782
This commit is contained in:
Max Horn 2009-12-30 23:02:14 +00:00
parent b0e02675e7
commit f31c452a5f
17 changed files with 49 additions and 22 deletions

View file

@ -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;
}