aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/tony.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tony/tony.h')
-rw-r--r--engines/tony/tony.h2
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();