mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-06-10 04:54:40 -04:00
bcf65f3883
* import random_u16 and atans from sm64 * rand math decomp * Match func_80298AC0
16 lines
229 B
C
16 lines
229 B
C
#ifndef CODE_80005FD0_H
|
|
#define CODE_80005FD0_H
|
|
|
|
#include "common_structs.h"
|
|
|
|
/* Function Prototypes */
|
|
|
|
s16 func_80005FD0();
|
|
|
|
// math_util.c
|
|
u32 func_802B5224();
|
|
|
|
/* This is where I'd put my static data, if I had any */
|
|
|
|
#endif
|