mirror of https://github.com/n64decomp/mk64.git
16 lines
310 B
C
16 lines
310 B
C
#ifndef CODE_80281C40_H
|
|
#define CODE_80281C40_h
|
|
|
|
/* Function Prototypes */
|
|
|
|
void func_80281C40(void);
|
|
void func_80281CB4(s32, s32, s32, s32);
|
|
void func_80281D00(void);
|
|
|
|
extern u32 gMenuSelectionFromEndingSequence;
|
|
extern u16 gIsInQuitToMenuTransition;
|
|
extern Gfx D_00284F70[];
|
|
extern Gfx D_00284EE0[];
|
|
|
|
#endif
|