pokepinballrs/include/gbplayer.h
2023-06-16 20:22:20 -05:00

9 lines
130 B
C

#ifndef GUARD_GBPLAYER_H
#define GUARD_GBPLAYER_H
#include "global.h"
void InitGameBoyPlayer(void);
#endif // GUARD_GBPLAYER_H