aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel/pcode.h
diff options
context:
space:
mode:
authorMax Horn2008-07-25 09:19:06 +0000
committerMax Horn2008-07-25 09:19:06 +0000
commit04985c8ac94027fd05351866f243bbb6d590c4f9 (patch)
treee863f0a5b4f30afe3f1d5f2f40a19a96ba8c1e9e /engines/tinsel/pcode.h
parent054fe75422167ecc30757f944cb16c2fc6a56416 (diff)
downloadscummvm-rg350-04985c8ac94027fd05351866f243bbb6d590c4f9.tar.gz
scummvm-rg350-04985c8ac94027fd05351866f243bbb6d590c4f9.tar.bz2
scummvm-rg350-04985c8ac94027fd05351866f243bbb6d590c4f9.zip
TINSEL: Got rid of PIMAGE, PINT_CONTEXT, PINV_OBJECT, PINV_DEF, PCONFBOX, PCONFINIT
svn-id: r33282
Diffstat (limited to 'engines/tinsel/pcode.h')
-rw-r--r--engines/tinsel/pcode.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/engines/tinsel/pcode.h b/engines/tinsel/pcode.h
index 1fc87e6e50..1c7e0a942c 100644
--- a/engines/tinsel/pcode.h
+++ b/engines/tinsel/pcode.h
@@ -28,8 +28,6 @@
#define TINSEL_PCODE_H
#include "tinsel/events.h" // for USER_EVENT
-//#include "tinsel/inventory.h" // for PINV_OBJECT
-#include "tinsel/polygons.h" // for PPOLYGON
#include "tinsel/sched.h" // for PROCESS
namespace Tinsel {
@@ -77,7 +75,6 @@ struct INT_CONTEXT {
void syncWithSerializer(Serializer &s);
};
-typedef INT_CONTEXT *PINT_CONTEXT;
/*----------------------------------------------------------------------*\
@@ -86,7 +83,7 @@ typedef INT_CONTEXT *PINT_CONTEXT;
void Interpret(CORO_PARAM, INT_CONTEXT *ic); // Interprets the PCODE instructions in the code array
-PINT_CONTEXT InitInterpretContext(
+INT_CONTEXT *InitInterpretContext(
GSORT gsort,
SCNHANDLE hCode, // code to execute
USER_EVENT event, // causal event