aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/globals.h
diff options
context:
space:
mode:
authorAlyssa Milburn2012-08-28 22:28:44 +0200
committerAlyssa Milburn2012-08-28 22:28:44 +0200
commit142ac7600f61e193612ec81c7fd7070ec2ca5c0e (patch)
tree6e69dc6c7da57165c0f89e8bec2db7e515ae7c54 /engines/tony/globals.h
parent3c986af9ce531f4d9cab889b196991be14cb88f6 (diff)
downloadscummvm-rg350-142ac7600f61e193612ec81c7fd7070ec2ca5c0e.tar.gz
scummvm-rg350-142ac7600f61e193612ec81c7fd7070ec2ca5c0e.tar.bz2
scummvm-rg350-142ac7600f61e193612ec81c7fd7070ec2ca5c0e.zip
TONY: Remove most of the remaining global functions.
Diffstat (limited to 'engines/tony/globals.h')
-rw-r--r--engines/tony/globals.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/engines/tony/globals.h b/engines/tony/globals.h
index 19276237c2..e353d40f3b 100644
--- a/engines/tony/globals.h
+++ b/engines/tony/globals.h
@@ -223,17 +223,8 @@ public:
RMInput *_input;
RMGfxEngine *_gfxEngine;
- uint32(*LoadLocation)(int, RMPoint, RMPoint start);
- void (*UnloadLocation)(CORO_PARAM, bool bDoOnExit, uint32 *result);
- void (*LinkGraphicTask)(RMGfxTask *task);
- void (*WaitFrame)(CORO_PARAM);
- void (*PlayMusic)(int nChannel, const char *fileName, int nFX, bool bLoop, int nSync);
- void (*WaitWipeEnd)(CORO_PARAM);
- void (*CloseWipe)();
- void (*InitWipe)(int type);
void (*EnableGUI)();
void (*DisableGUI)();
- void (*SetPerorate)(bool bpal);
uint32 _dwTonyNumTexts;
bool _bTonyInTexts;