sm64pc/src/goddard/skin.h

21 lines
527 B
C
Raw Permalink Normal View History

2019-08-25 06:46:40 +02:00
#ifndef GD_SKIN_H
#define GD_SKIN_H
2020-06-02 18:44:34 +02:00
#include <PR/ultratypes.h>
2019-08-25 06:46:40 +02:00
#include "gd_types.h"
// bss
extern struct ObjNet* gGdSkinNet; // @ 801BAAF0
// functions
2020-06-02 18:44:34 +02:00
void reset_net(struct ObjNet *net);
struct ObjNet *make_net(UNUSED s32 a0, struct ObjShape *shapedata, struct ObjGroup *a2,
struct ObjGroup *a3, struct ObjGroup *a4);
void convert_net_verts(struct ObjNet *net);
void move_nets(struct ObjGroup *group);
void func_80193848(struct ObjGroup *group);
void reset_net_count(void);
2019-08-25 06:46:40 +02:00
2020-06-02 18:44:34 +02:00
#endif // GD_SKIN_H