mirror of
https://github.com/n64decomp/mk64
synced 2026-08-22 22:25:39 -04:00
16 lines
334 B
C
16 lines
334 B
C
#ifndef CODE_80281C40_H
|
|
#define CODE_80281C40_H
|
|
|
|
/* Function Prototypes */
|
|
|
|
void podium_debug_draw_prints(void);
|
|
void podium_debug_print(s32 x, s32 y, const char* str, s32 value);
|
|
void render_podium_ceremony(void);
|
|
|
|
extern s32 gGotoMenu;
|
|
extern u16 gIsInQuitToMenuTransition;
|
|
extern Gfx D_00284F70[];
|
|
extern Gfx D_00284EE0[];
|
|
|
|
#endif
|