Fix function declaration

This commit is contained in:
GRAnimated 2026-01-18 16:26:26 -05:00
parent 2704c992af
commit 5ec43d822c

View file

@ -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