mirror of
https://github.com/pret/pokepinballrs.git
synced 2026-04-24 15:17:02 -05:00
9 lines
130 B
C
9 lines
130 B
C
#ifndef GUARD_GBPLAYER_H
|
|
#define GUARD_GBPLAYER_H
|
|
|
|
#include "global.h"
|
|
|
|
void InitGameBoyPlayer(void);
|
|
|
|
#endif // GUARD_GBPLAYER_H
|