diff options
author | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-06-11 05:20:42 +0800 |
---|---|---|
committer | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-06-11 05:20:42 +0800 |
commit | 20a09555eac362113abe831dd6b3973b480f56e9 (patch) | |
tree | da95a52fd7354734ffe8157deb5f890db57011a5 /include/sprite.h | |
parent | 19f89762cf4c1d34b716428dfacd2168a979fe3c (diff) |
fixed lots of stuff
Diffstat (limited to 'include/sprite.h')
-rw-r--r-- | include/sprite.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sprite.h b/include/sprite.h index bc47f7100..fb0f710e8 100644 --- a/include/sprite.h +++ b/include/sprite.h @@ -232,6 +232,8 @@ struct OamMatrix s16 d; }; +typedef void (*SpriteCallback)(struct Sprite *); + extern const struct OamData gDummyOamData; extern const union AnimCmd *const gDummySpriteAnimTable[]; extern const union AffineAnimCmd *const gDummySpriteAffineAnimTable[]; |