blob: 33ebb4cf1ddd235ccdaf4eae9361dec0eee2927f (
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 podium_debug_draw_prints(void);
void podium_debug_print(s32, s32, s32, s32);
void render_podium_ceremony(void);
extern s32 gGotoMenu;
extern u16 gIsInQuitToMenuTransition;
extern Gfx D_00284F70[];
extern Gfx D_00284EE0[];
#endif
|