aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/tony.h
diff options
context:
space:
mode:
authorPaul Gilbert2012-05-11 23:15:59 +1000
committerPaul Gilbert2012-05-11 23:15:59 +1000
commit68c1b0b0e46b0575a4670d1ffda2fa3c8ae94ed8 (patch)
tree0cbbe48e858f1c939fba1d8d96a92d8986754835 /engines/tony/tony.h
parent2c1ef3ab358410aab6bb620f160f131a7a360cf8 (diff)
downloadscummvm-rg350-68c1b0b0e46b0575a4670d1ffda2fa3c8ae94ed8.tar.gz
scummvm-rg350-68c1b0b0e46b0575a4670d1ffda2fa3c8ae94ed8.tar.bz2
scummvm-rg350-68c1b0b0e46b0575a4670d1ffda2fa3c8ae94ed8.zip
TONY: Refactored Tony to use the Common coroutine scheduler
Diffstat (limited to 'engines/tony/tony.h')
-rw-r--r--engines/tony/tony.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tony/tony.h b/engines/tony/tony.h
index 935f805912..d8104e641b 100644
--- a/engines/tony/tony.h
+++ b/engines/tony/tony.h
@@ -26,6 +26,7 @@
#include "common/scummsys.h"
#include "common/system.h"
#include "common/array.h"
+#include "common/coroutines.h"
#include "common/error.h"
#include "common/random.h"
#include "common/util.h"
@@ -97,7 +98,6 @@ public:
Common::File _vdbFP;
Common::Array<VoiceHeader> _voices;
FPSOUND _theSound;
- Scheduler _scheduler;
enum DATADIR {
DD_BASE = 1,