diff options
Diffstat (limited to 'include/gbplayer.h')
-rwxr-xr-x | include/gbplayer.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/gbplayer.h b/include/gbplayer.h new file mode 100755 index 0000000..94555bd --- /dev/null +++ b/include/gbplayer.h @@ -0,0 +1,8 @@ +#ifndef GUARD_GBPLAYER_H +#define GUARD_GBPLAYER_H + +#include "global.h" + +void InitGameBoyPlayer(void); + +#endif // GUARD_GBPLAYER_H |