Added new type Engine::Feature; pushed down some #include dependencies

svn-id: r34755
This commit is contained in:
Max Horn 2008-10-06 12:48:52 +00:00
parent 6ca906d7aa
commit 6a2f3dc0b9
22 changed files with 76 additions and 36 deletions

View file

@ -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');