aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/mpal/mpal.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/mpal/mpal.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/mpal/mpal.h')
-rw-r--r--engines/tony/mpal/mpal.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/tony/mpal/mpal.h b/engines/tony/mpal/mpal.h
index cd46219b57..49601bc1e9 100644
--- a/engines/tony/mpal/mpal.h
+++ b/engines/tony/mpal/mpal.h
@@ -118,9 +118,9 @@
#define TONY_MPAL_H
#include "common/scummsys.h"
+#include "common/coroutines.h"
#include "common/rect.h"
#include "common/str.h"
-#include "tony/coroutine.h"
namespace Tony {
@@ -537,7 +537,7 @@ typedef LPITEMIRQFUNCTION* LPLPITEMIRQFUNCTION;
* uint32 dwParam Action parameter
*
* Return: Handle to the thread that is performing the action, or
-* INVALID_PID_VALUE if the action is not 'defined for
+* CORO_INVALID_PID_VALUE if the action is not 'defined for
* the item, or the item and 'off.
*
* Note: The parameter is used primarily to implement actions
@@ -561,7 +561,7 @@ typedef LPITEMIRQFUNCTION* LPLPITEMIRQFUNCTION;
* uint32 nGroup Group number to use
*
* Return: Handle to the thread that is running the box, or
-* INVALID_PID_VALUE if the dialogue does not exist.
+* CORO_INVALID_PID_VALUE if the dialogue does not exist.
*
\****************************************************************************/