TONY: More header files and functionality added
This commit is contained in:
parent
b0eef82972
commit
68bcaa61b9
21 changed files with 4512 additions and 26 deletions
|
@ -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[] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue