File diff r2489:54c5b175f0bf → r2490:4a9082968d2a
sprite.h
Show inline comments
 
@@ -129,6 +129,7 @@ typedef enum SpriteGroupType {
 

	
 
struct SpriteGroup {
 
	SpriteGroupType type;
 
	byte ref_count;
 

	
 
	union {
 
		RealSpriteGroup real;