Remove Duplicate SpriteFunc

This commit is contained in:
gamemasterplc 2024-03-10 22:39:25 -05:00
parent 504e565727
commit acb8192460

View file

@ -22,8 +22,6 @@
#define ANIM_LAYER_FLIPX 0x1
#define ANIM_LAYER_FLIPY 0x2
typedef void (*SpriteFunc)(struct sprite_data *);
typedef struct anim_frame_data {
s16 pat;
s16 time;