blob: 23f356284fcb74ae24f6565c4627fd58c0fda074 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#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 s32 gGotoMenu;
extern u16 gIsInQuitToMenuTransition;
extern Gfx D_00284F70[];
extern Gfx D_00284EE0[];
#endif
|