diff --git a/sprite.h b/sprite.h --- a/sprite.h +++ b/sprite.h @@ -129,6 +129,7 @@ typedef enum SpriteGroupType { struct SpriteGroup { SpriteGroupType type; + byte ref_count; union { RealSpriteGroup real;