TONY: More header files and functionality added

This commit is contained in:
Paul Gilbert 2012-04-30 23:16:19 +10:00
parent b0eef82972
commit 68bcaa61b9
21 changed files with 4512 additions and 26 deletions

View file

@ -43,6 +43,10 @@ Common::Language TonyEngine::getLanguage() const {
return _gameDescription->desc.language;
}
bool TonyEngine::getIsDemo() const {
return _gameDescription->desc.flags & ADGF_DEMO;
}
}
static const PlainGameDescriptor tonyGames[] = {