TONY: Added include files for graphics engine and all dependent classes

This commit is contained in:
Paul Gilbert 2012-04-30 09:27:12 +10:00
parent 118f5ca010
commit b0eef82972
24 changed files with 3354 additions and 23 deletions

View file

@ -85,6 +85,9 @@ Common::ErrorCode TonyEngine::Init() {
// Initialise the boxes
_theBoxes.Init();
// Link to the custom graphics engine
return Common::kNoError;
}