mirror of
https://github.com/n64decomp/mk64
synced 2026-06-20 15:04:20 -04:00
f4fc23bada
* Header cleanup
18 lines
394 B
C
18 lines
394 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
|
|
extern s32 D_800E86A4;
|
|
|
|
#endif /* CODE_800AF9B0_H */
|