TONY: Added include files for graphics engine and all dependent classes
This commit is contained in:
parent
118f5ca010
commit
b0eef82972
24 changed files with 3354 additions and 23 deletions
|
@ -85,6 +85,9 @@ Common::ErrorCode TonyEngine::Init() {
|
|||
// Initialise the boxes
|
||||
_theBoxes.Init();
|
||||
|
||||
// Link to the custom graphics engine
|
||||
|
||||
|
||||
return Common::kNoError;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue