Mario Kart 64
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 #include <types.h>
6 
7 /* Function Prototypes */
8 void func_800AF9B0(void);
9 void func_800B0004(void);
10 
11 /* This is where I'd put my static data, if I had any */
12 
13 extern s16 gCurrentCourseId; // D_800DC5A0
14 extern s32 gIsMirrorMode; // D_800DC5F4
15 
16 #endif /* CODE_800AF9B0_H */
s16 gCurrentCourseId
void func_800B0004(void)
void func_800AF9B0(void)
Definition: code_800AF9B0.c:35
s32 gIsMirrorMode
Definition: code_800029B0.c:116
signed int s32
Definition: ultratypes.h:15
signed short int s16
Definition: ultratypes.h:13