LAB: Put vga.cpp into LabEngine class
This commit is contained in:
parent
4b65faaa63
commit
93e3ba9edd
18 changed files with 342 additions and 382 deletions
|
@ -59,6 +59,20 @@ LabEngine::LabEngine(OSystem *syst, const ADGameDescription *gameDesc)
|
|||
_screenHeight = 200;
|
||||
_screenBytesPerPage = 65536;
|
||||
|
||||
_curapen = 0;
|
||||
|
||||
_currentDsplayBuffer = 0;
|
||||
_displayBuffer = 0;
|
||||
|
||||
_lastWaitTOFTicks = 0;
|
||||
|
||||
_mouseX = 0;
|
||||
_mouseY = 0;
|
||||
|
||||
_nextKeyIn = 0;
|
||||
_nextKeyOut = 0;
|
||||
_mouseAtEdge = false;
|
||||
|
||||
//const Common::FSNode gameDataDir(ConfMan.get("path"));
|
||||
//SearchMan.addSubDirectoryMatching(gameDataDir, "game");
|
||||
//SearchMan.addSubDirectoryMatching(gameDataDir, "game/pict");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue