aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/mpal/mpal.h
diff options
context:
space:
mode:
authorPaul Gilbert2012-05-06 21:24:55 +1000
committerPaul Gilbert2012-05-06 21:24:55 +1000
commit156d8cdb733fe03688da9e2e9844b722681bed7f (patch)
tree6f255fd9f1e53c84e434907c30dc1769af0b930e /engines/tony/mpal/mpal.h
parent8bfc60f5c9bdba4b1f37fcf42df4b0aa360c325f (diff)
downloadscummvm-rg350-156d8cdb733fe03688da9e2e9844b722681bed7f.tar.gz
scummvm-rg350-156d8cdb733fe03688da9e2e9844b722681bed7f.tar.bz2
scummvm-rg350-156d8cdb733fe03688da9e2e9844b722681bed7f.zip
TONY: Bugfix for waitForSingleObject, and added action process debug information
Diffstat (limited to 'engines/tony/mpal/mpal.h')
-rw-r--r--engines/tony/mpal/mpal.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/tony/mpal/mpal.h b/engines/tony/mpal/mpal.h
index 9da963d39e..c9f8625744 100644
--- a/engines/tony/mpal/mpal.h
+++ b/engines/tony/mpal/mpal.h
@@ -119,6 +119,7 @@
#include "common/scummsys.h"
#include "common/rect.h"
+#include "common/str.h"
#include "tony/coroutine.h"
namespace Tony {
@@ -602,7 +603,7 @@ extern "C" {
\****************************************************************************/
bool EXPORT mpalInit(const char *lpszFileName, const char *lpszMprFileName,
- LPLPCUSTOMFUNCTION lplpcfArray);
+ LPLPCUSTOMFUNCTION lplpcfArray, Common::String *lpcfStrings);