Files
mk64/src/code_800029B0.h
T
Tyler McGavran 3e3561bbf1 Couple small matches and m2c refreshing (#282)
* Moved stuff into header files to
 make m2c_helper a more useful

Signed-off-by: Taggerung <tyler.taggerung@gmail.com>
2022-12-25 18:56:35 -07:00

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