aboutsummaryrefslogtreecommitdiff
path: root/engines/cruise/gfxModule.h
diff options
context:
space:
mode:
authorMax Horn2007-05-10 07:48:13 +0000
committerMax Horn2007-05-10 07:48:13 +0000
commit441fddf01cd6bb16ae56e7d62ca161674c1ba30d (patch)
tree7507f323cf5e7c1bb1c50b9257248fa6be18d962 /engines/cruise/gfxModule.h
parenta6095b93d92e52f0384d01874631717450753818 (diff)
downloadscummvm-rg350-441fddf01cd6bb16ae56e7d62ca161674c1ba30d.tar.gz
scummvm-rg350-441fddf01cd6bb16ae56e7d62ca161674c1ba30d.tar.bz2
scummvm-rg350-441fddf01cd6bb16ae56e7d62ca161674c1ba30d.zip
Removed lot of unnecessary typedefs; added a NUM_PERSONS constant; renamed _X/_Y vars to avoid conflicts with system headers on various systems (see bug #1716109)
svn-id: r26798
Diffstat (limited to 'engines/cruise/gfxModule.h')
-rw-r--r--engines/cruise/gfxModule.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/cruise/gfxModule.h b/engines/cruise/gfxModule.h
index 86521d5641..46b8ee4c37 100644
--- a/engines/cruise/gfxModule.h
+++ b/engines/cruise/gfxModule.h
@@ -44,9 +44,6 @@ struct palEntry {
uint8 A;
};
-typedef struct gfxModuleDataStruct gfxModuleDataStruct;
-typedef struct palEntry palEntry;
-
extern gfxModuleDataStruct gfxModuleData;
extern short globalAtariScreen[320 * 200 / 4];