Added new type Engine::Feature; pushed down some #include dependencies
svn-id: r34755
This commit is contained in:
parent
6ca906d7aa
commit
6a2f3dc0b9
22 changed files with 76 additions and 36 deletions
|
@ -103,7 +103,7 @@ MainMenuDialog::MainMenuDialog(Engine *engine)
|
|||
new GUI::ButtonWidget(this, "globalmain_about", "About", kAboutCmd, 'A');
|
||||
|
||||
_rtlButton = new GUI::ButtonWidget(this, "globalmain_rtl", "Return to Launcher", kRTLCmd, 'R');
|
||||
_rtlButton->setEnabled(_engine->hasFeature(MetaEngine::kSupportsRTL));
|
||||
_rtlButton->setEnabled(_engine->hasFeature(Engine::kSupportsRTL));
|
||||
|
||||
|
||||
new GUI::ButtonWidget(this, "globalmain_quit", "Quit", kQuitCmd, 'Q');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue