blob: 6d686e8a04b0e62ad7959125f321237c732762b0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
#ifndef CODE_80280000_H
#define CODE_80280000_H
#include <common_structs.h>
/* Function Prototypes */
void func_80280000(void);
void func_80280038(Camera* camera);
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
|