mirror of https://github.com/n64decomp/mk64.git
17 lines
363 B
C
17 lines
363 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 s16 gCurrentCourseId; // D_800DC5A0
|
|
extern s32 gIsMirrorMode; // D_800DC5F4
|
|
|
|
#endif /* CODE_800AF9B0_H */
|