mirror of https://github.com/n64decomp/mk64.git
21 lines
531 B
C
21 lines
531 B
C
#ifndef CODE_800AF9B0_H
|
|
#define CODE_800AF9B0_H
|
|
|
|
#include "common_structs.h"
|
|
#include <types.h>
|
|
|
|
/* Function Prototypes */
|
|
void func_800AF9B0(void);
|
|
void func_800B0004(void);
|
|
|
|
/* This is where I'd put my static data, if I had any */
|
|
|
|
extern s32 gCCSelection; // D_800DC538 in main.c
|
|
extern s32 gModeSelection; // D_800DC53C
|
|
extern s32 D_800DC540;
|
|
extern s16 gCurrentCourseId; // D_800DC5A0
|
|
extern s32 gIsMirrorMode; // D_800DC5F4
|
|
extern s32 D_800E86A4;
|
|
|
|
#endif /* CODE_800AF9B0_H */
|