diff options
| author | Paul Gilbert | 2012-04-30 09:27:12 +1000 | 
|---|---|---|
| committer | Paul Gilbert | 2012-04-30 09:27:12 +1000 | 
| commit | b0eef829728183b7ea170b30a33eca091bcc4574 (patch) | |
| tree | 77ca85abb4c08a94dbadad68f0a79cf1cb7af60f /engines/tony/tony.h | |
| parent | 118f5ca0102144b5c282f012def6c96c69052bc1 (diff) | |
| download | scummvm-rg350-b0eef829728183b7ea170b30a33eca091bcc4574.tar.gz scummvm-rg350-b0eef829728183b7ea170b30a33eca091bcc4574.tar.bz2 scummvm-rg350-b0eef829728183b7ea170b30a33eca091bcc4574.zip | |
TONY: Added include files for graphics engine and all dependent classes
Diffstat (limited to 'engines/tony/tony.h')
| -rw-r--r-- | engines/tony/tony.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/engines/tony/tony.h b/engines/tony/tony.h index 384b7a1f4c..a372260c34 100644 --- a/engines/tony/tony.h +++ b/engines/tony/tony.h @@ -33,6 +33,7 @@  #include "tony/mpal/mpal.h"  #include "tony/mpal/memory.h" +#include "tony/gfxEngine.h"  #include "tony/loc.h"  #include "tony/utils.h" @@ -91,6 +92,7 @@ public:  	Common::Array<VoiceHeader> _voices;  	// Bounding box list manager  	RMGameBoxes _theBoxes; +	RMGfxEngine _theEngine;  public:  	TonyEngine(OSystem *syst, const TonyGameDescription *gameDesc);  	virtual ~TonyEngine(); | 
