mirror of
https://github.com/pret/pokepinballrs.git
synced 2026-04-25 07:37:32 -05:00
12 lines
208 B
C
12 lines
208 B
C
#ifndef GUARD_GBPLAYER_H
|
|
#define GUARD_GBPLAYER_H
|
|
|
|
#include "global.h"
|
|
|
|
void InitGameBoyPlayer(void);
|
|
u32 sub_1668(u32 arg1, u32 arg2);
|
|
u32 sub_170C(void);
|
|
u32 sub_17D8(u32 arg1);
|
|
|
|
#endif // GUARD_GBPLAYER_H
|