mirror of https://github.com/n64decomp/mk64.git
18 lines
379 B
C
18 lines
379 B
C
#ifndef CODE_800029B0_H
|
|
#define CODE_800029B0_H
|
|
|
|
/* Function Prototypes */
|
|
|
|
void func_800029B0();
|
|
void setup_race();
|
|
void func_80002DAC();
|
|
void clear_nmi_buffer();
|
|
void func_80003040();
|
|
|
|
extern struct UnkStruct_800DC5EC *D_800DC5EC;
|
|
extern struct UnkStruct_800DC5EC *D_800DC5F0;
|
|
extern struct UnkStruct_800DC5EC *D_800DC5F4;
|
|
extern struct UnkStruct_800DC5EC *D_800DC5F8;
|
|
|
|
#endif
|