aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/tony.h
diff options
context:
space:
mode:
authorPaul Gilbert2012-04-29 11:01:40 +1000
committerPaul Gilbert2012-04-29 11:01:40 +1000
commitf21bfe1c41148368f30b0602a8e8820fbd543543 (patch)
tree33dd374be4b3f994250df07d98421ee3bfc58f29 /engines/tony/tony.h
parent40680deaa5f94b1644cf277b8c9a89796a1ff815 (diff)
downloadscummvm-rg350-f21bfe1c41148368f30b0602a8e8820fbd543543.tar.gz
scummvm-rg350-f21bfe1c41148368f30b0602a8e8820fbd543543.tar.bz2
scummvm-rg350-f21bfe1c41148368f30b0602a8e8820fbd543543.zip
TONY: Added resource update manager
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 804e489d82..9bf5f4cb98 100644
--- a/engines/tony/tony.h
+++ b/engines/tony/tony.h
@@ -31,6 +31,7 @@
#include "engines/engine.h"
#include "tony/mpal/mpal.h"
+#include "tony/utils.h"
/**
* This is the namespace of the Tony engine.
@@ -67,6 +68,7 @@ protected:
public:
LPCUSTOMFUNCTION FuncList[300];
Common::RandomSource _randomSource;
+ RMResUpdate _resUpdate;
public:
TonyEngine(OSystem *syst, const TonyGameDescription *gameDesc);
virtual ~TonyEngine();