aboutsummaryrefslogtreecommitdiff
path: root/scumm/sprite_he.h
diff options
context:
space:
mode:
authorTravis Howell2005-02-20 13:07:57 +0000
committerTravis Howell2005-02-20 13:07:57 +0000
commite4b51cbdf2c128562dcd487ef463a821442f87a7 (patch)
treef430b6df98dbae57743c0ed00c3849928cb4473b /scumm/sprite_he.h
parent6d4eec5ecdb1c4321f44714dfb01b3da05277289 (diff)
downloadscummvm-rg350-e4b51cbdf2c128562dcd487ef463a821442f87a7.tar.gz
scummvm-rg350-e4b51cbdf2c128562dcd487ef463a821442f87a7.tar.bz2
scummvm-rg350-e4b51cbdf2c128562dcd487ef463a821442f87a7.zip
Add a few sprite functions.
svn-id: r16823
Diffstat (limited to 'scumm/sprite_he.h')
-rw-r--r--scumm/sprite_he.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/scumm/sprite_he.h b/scumm/sprite_he.h
index 4f73540b6a..4684500ffa 100644
--- a/scumm/sprite_he.h
+++ b/scumm/sprite_he.h
@@ -81,6 +81,9 @@ struct SpriteGroup {
int field_3C;
};
+ SpriteInfo *_spriteTable;
+ SpriteGroup *_spriteGroups;
+
} // End of namespace Scumm
#endif