mirror of https://github.com/n64decomp/mk64.git
19 lines
317 B
C
19 lines
317 B
C
#ifndef CODE_80280000_H
|
|
#define CODE_80280000_H
|
|
|
|
#include <common_structs.h>
|
|
|
|
/* Function Prototypes */
|
|
|
|
void func_80280000(void);
|
|
void func_80280038(void);
|
|
void func_80280268(s32 arg0);
|
|
void credits_loop(void);
|
|
void load_credits(void);
|
|
|
|
extern s32 D_802874A0;
|
|
|
|
extern u16 D_80164714, D_80164716, D_80164718;
|
|
|
|
#endif
|