LAB: Objectify LabSets
This commit is contained in:
parent
471dbaa758
commit
cb8f843296
10 changed files with 129 additions and 117 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue