Super Mario 64 Source
A Super Mario 64 decompilation, brought to you by a bunch of clever folks.
skin_movement.h
Go to the documentation of this file.
1 #ifndef SKIN_MOVEMENT_H
2 #define SKIN_MOVEMENT_H
3 
4 #include "gd_types.h"
5 
6 extern void func_80181760(struct ObjGroup *);
7 extern void move_skin(struct ObjNet *);
8 extern void func_80181894(struct ObjJoint *);
9 extern void Unknown80181B88(struct ObjJoint *);
10 
11 #endif /* SKIN_MOVEMENT_H */
void func_80181760(struct ObjGroup *)
Definition: skin_movement.c:48
Definition: gd_types.h:288
void move_skin(struct ObjNet *)
Definition: skin_movement.c:66
Definition: gd_types.h:170
This is test documentation comment for ObjGroup.
Definition: gd_types.h:124
void func_80181894(struct ObjJoint *)
Definition: skin_movement.c:74
void Unknown80181B88(struct ObjJoint *)
Definition: skin_movement.c:146