sm64pc/src/goddard/skin_movement.h

12 lines
273 B
C
Raw Normal View History

2020-06-02 18:44:34 +02:00
#ifndef GD_SKIN_MOVEMENT_H
#define GD_SKIN_MOVEMENT_H
2019-08-25 06:46:40 +02:00
#include "gd_types.h"
2020-06-02 18:44:34 +02:00
void func_80181760(struct ObjGroup *a0);
void move_skin(struct ObjNet *net);
void func_80181894(struct ObjJoint *joint);
void func_80181B88(struct ObjJoint *joint);
2019-08-25 06:46:40 +02:00
2020-06-02 18:44:34 +02:00
#endif // GD_SKIN_MOVEMENT_H