Mario Kart 64
Loading...
Searching...
No Matches
code_800AF9B0.h
Go to the documentation of this file.
1#ifndef CODE_800AF9B0_H
2#define CODE_800AF9B0_H
3
4#include <common_structs.h>
5
6/* Function Prototypes */
7void func_800AF9B0(void);
8void func_800B0004(void);
9void func_800AFC54(Vtx* vtx, s32 a, s32 b, s32 c, Vec3s out);
10
11#endif /* CODE_800AF9B0_H */
void func_800AFC54(Vtx *vtx, s32 a, s32 b, s32 c, Vec3s out)
Definition code_800AF9B0.c:84
void func_800B0004(void)
Definition code_800AF9B0.c:165
void func_800AF9B0(void)
Definition code_800AF9B0.c:36
s16 Vec3s[3]
Definition common_structs.h:11
signed int s32
Definition ultratypes.h:15