mirror of
https://github.com/pret/pokepinballrs.git
synced 2026-04-26 00:37:22 -05:00
10 lines
150 B
C
10 lines
150 B
C
#ifndef GUARD_GBPLAYER_H
|
|
#define GUARD_GBPLAYER_H
|
|
|
|
#include "global.h"
|
|
|
|
void InitGameBoyPlayer(void);
|
|
u32 sub_170C(void);
|
|
|
|
#endif // GUARD_GBPLAYER_H
|