LAB: Objectify LabSets

This commit is contained in:
Eugene Sandulenko 2014-12-25 19:13:52 +01:00
parent 471dbaa758
commit cb8f843296
10 changed files with 129 additions and 117 deletions

View file

@ -45,8 +45,11 @@ bool LabEngine::hasFeature(EngineFeature f) const {
return (f == kSupportsRTL) ? true : false;
}
LabEngine *g_lab;
LabEngine::LabEngine(OSystem *syst)
: Engine(syst) {
g_lab = this;
}
LabEngine::~LabEngine() {