From acb81924604f28292bf33431cefc2a67fc2993c5 Mon Sep 17 00:00:00 2001 From: gamemasterplc Date: Sun, 10 Mar 2024 22:39:25 -0500 Subject: [PATCH] Remove Duplicate SpriteFunc --- include/game/animdata.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/game/animdata.h b/include/game/animdata.h index 815367f0..88b42cc4 100644 --- a/include/game/animdata.h +++ b/include/game/animdata.h @@ -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;