mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-29 07:32:16 -04:00
Decompile modelCopyAnimData
This commit is contained in:
@@ -63,7 +63,7 @@ void func0001d62c(struct model *model, s16 animnum, s32 flip, f32 fstartframe, f
|
||||
bool modelIsAnimMerging(struct model *model);
|
||||
void func0001dbfc(struct model *model, s16 animnum, u32 arg2, f32 arg3, f32 arg4, f32 arg5, bool merge);
|
||||
void modelSetAnimation(struct model *model, s16 animnum, s32 flip, f32 fstartframe, f32 arg4, f32 arg5);
|
||||
u32 func0001dd90(void);
|
||||
void modelCopyAnimData(struct model *src, struct model *dst);
|
||||
void modelSetAnimLooping(struct model *model, f32 loopframe, f32 loopmerge);
|
||||
void modelSetAnimEndFrame(struct model *model, f32 endframe);
|
||||
void modelSetAnimFlipFunction(struct model *model, void *callback);
|
||||
|
||||
Reference in New Issue
Block a user