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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/tony/tony.h b/engines/tony/tony.h
index e1526db026..1eafe54afb 100644
--- a/engines/tony/tony.h
+++ b/engines/tony/tony.h
@@ -35,6 +35,7 @@
#include "tony/mpal/memory.h"
#include "tony/gfxengine.h"
#include "tony/loc.h"
+#include "tony/sched.h"
#include "tony/utils.h"
#include "tony/window.h"
@@ -80,6 +81,7 @@ private:
void CloseMusic();
bool OpenVoiceDatabase();
void CloseVoiceDatabase();
+ void InitCustomFunctionMap();
protected:
// Engine APIs
virtual Common::Error run();
@@ -93,6 +95,7 @@ public:
Common::File _vdbFP;
Common::Array<VoiceHeader> _voices;
FPSOUND _theSound;
+ Scheduler _scheduler;
enum DATADIR {
DD_BASE = 1,
@@ -140,9 +143,6 @@ public:
// Loop che gestisce i messaggi quando siamo in pausa
void PauseLoop(void);
- // Carica un modulo e le sue funzioni custom
- void InitCustomDll(LPCUSTOMFUNCTION *FuncList);
-
void Play();
void Close();
void Abort();