aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel/object.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/object.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/object.h')
-rw-r--r--engines/tinsel/object.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/tinsel/object.h b/engines/tinsel/object.h
index 01c56737e4..8b61571a3e 100644
--- a/engines/tinsel/object.h
+++ b/engines/tinsel/object.h
@@ -65,7 +65,6 @@ struct IMAGE {
SCNHANDLE hImgBits; //!< image bitmap handle
SCNHANDLE hImgPal; //!< image palette handle
};
-typedef IMAGE *PIMAGE;
/** a multi-object animation frame is a list of multi-image handles */