aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tony/globals.h')
-rw-r--r--engines/tony/globals.h84
1 files changed, 42 insertions, 42 deletions
diff --git a/engines/tony/globals.h b/engines/tony/globals.h
index 96a61ffd9c..7b5d6db9cf 100644
--- a/engines/tony/globals.h
+++ b/engines/tony/globals.h
@@ -221,15 +221,15 @@ public:
uint32(*LoadLocation)(int, RMPoint, RMPoint start);
void (*UnloadLocation)(CORO_PARAM, bool bDoOnExit, uint32 *result);
void (*LinkGraphicTask)(RMGfxTask *task);
- void (*Freeze)(void);
- void (*Unfreeze)(void);
+ void (*Freeze)();
+ void (*Unfreeze)();
void (*WaitFrame)(CORO_PARAM);
void (*PlayMusic)(int nChannel, const char *fileName, int nFX, bool bLoop, int nSync);
void (*WaitWipeEnd)(CORO_PARAM);
- void (*CloseWipe)(void);
+ void (*CloseWipe)();
void (*InitWipe)(int type);
- void (*EnableGUI)(void);
- void (*DisableGUI)(void);
+ void (*EnableGUI)();
+ void (*DisableGUI)();
void (*SetPerorate)(bool bpal);
uint32 _dwTonyNumTexts;
@@ -252,43 +252,43 @@ public:
/**
* @defgroup MPAL variables
*/
- uint32 _mpalError;
- LPITEMIRQFUNCTION _lpiifCustom;
- LPLPCUSTOMFUNCTION _lplpFunctions;
- Common::String *_lplpFunctionStrings;
- uint16 _nObjs;
- uint16 _nVars;
- HGLOBAL _hVars;
- LPMPALVAR _lpmvVars;
- uint16 _nMsgs;
- HGLOBAL _hMsgs;
- LPMPALMSG _lpmmMsgs;
- uint16 _nDialogs;
- HGLOBAL _hDialogs;
- LPMPALDIALOG _lpmdDialogs;
- uint16 _nItems;
- HGLOBAL _hItems;
- LPMPALITEM _lpmiItems;
- uint16 _nLocations;
- HGLOBAL _hLocations;
- LPMPALLOCATION _lpmlLocations;
- uint16 _nScripts;
- HGLOBAL _hScripts;
- LPMPALSCRIPT _lpmsScripts;
- Common::File _hMpr;
- uint16 _nResources;
- uint32 *_lpResources;
- bool _bExecutingAction;
- bool _bExecutingDialog;
- uint32 _nPollingLocations[MAXPOLLINGLOCATIONS];
- uint32 _hEndPollingLocations[MAXPOLLINGLOCATIONS];
- uint32 _pollingThreads[MAXPOLLINGLOCATIONS];
- uint32 _hAskChoice;
- uint32 _hDoneChoice;
- uint32 _nExecutingAction;
- uint32 _nExecutingDialog;
- uint32 _nExecutingChoice;
- uint32 _nSelectedChoice;
+ uint32 _mpalError;
+ LPITEMIRQFUNCTION _lpiifCustom;
+ LPLPCUSTOMFUNCTION _lplpFunctions;
+ Common::String *_lplpFunctionStrings;
+ uint16 _nObjs;
+ uint16 _nVars;
+ HGLOBAL _hVars;
+ LPMPALVAR _lpmvVars;
+ uint16 _nMsgs;
+ HGLOBAL _hMsgs;
+ LPMPALMSG _lpmmMsgs;
+ uint16 _nDialogs;
+ HGLOBAL _hDialogs;
+ LPMPALDIALOG _lpmdDialogs;
+ uint16 _nItems;
+ HGLOBAL _hItems;
+ LPMPALITEM _lpmiItems;
+ uint16 _nLocations;
+ HGLOBAL _hLocations;
+ LPMPALLOCATION _lpmlLocations;
+ uint16 _nScripts;
+ HGLOBAL _hScripts;
+ LPMPALSCRIPT _lpmsScripts;
+ Common::File _hMpr;
+ uint16 _nResources;
+ uint32 *_lpResources;
+ bool _bExecutingAction;
+ bool _bExecutingDialog;
+ uint32 _nPollingLocations[MAXPOLLINGLOCATIONS];
+ uint32 _hEndPollingLocations[MAXPOLLINGLOCATIONS];
+ uint32 _pollingThreads[MAXPOLLINGLOCATIONS];
+ uint32 _hAskChoice;
+ uint32 _hDoneChoice;
+ uint32 _nExecutingAction;
+ uint32 _nExecutingDialog;
+ uint32 _nExecutingChoice;
+ uint32 _nSelectedChoice;
};
} // End of namespace Tony