mirror of
https://github.com/MonsterDruide1/OdysseyDecomp
synced 2026-04-23 09:04:21 +00:00
Fix function declaration
This commit is contained in:
parent
2704c992af
commit
5ec43d822c
|
|
@ -332,7 +332,7 @@ s32 calcJoitsAmountFromJoint(LiveActor*, const char*);
|
|||
bool isPartialSklAnimEnd(const LiveActor* actor, s32 index);
|
||||
bool isPartialSklAnimOneTime(const LiveActor* actor, s32 index);
|
||||
bool isPartialSklAnimAttached(const LiveActor* actor, s32 index);
|
||||
bool isPartialAnimPlaying(const LiveActor*, s32);
|
||||
bool isPartialSklAnimPlaying(const LiveActor* actor, const char* partsName, s32 index);
|
||||
|
||||
} // namespace al
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue