mirror of
https://github.com/n64decomp/mk64
synced 2026-06-20 07:01:06 -04:00
daab4f501f
* Commit unpr'd matches * fix compile
12 lines
248 B
C
12 lines
248 B
C
#ifndef CODE_800AF9B0_H
|
|
#define CODE_800AF9B0_H
|
|
|
|
#include <common_structs.h>
|
|
|
|
/* Function Prototypes */
|
|
void func_800AF9B0(void);
|
|
void func_800B0004(void);
|
|
void func_800AFC54(Vtx* vtx, s32 a, s32 b, s32 c, Vec3s out);
|
|
|
|
#endif /* CODE_800AF9B0_H */
|