From f21bfe1c41148368f30b0602a8e8820fbd543543 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 29 Apr 2012 11:01:40 +1000 Subject: TONY: Added resource update manager --- engines/tony/tony.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/tony/tony.h') 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(); -- cgit v1.2.3