pokepinballrs/include/gbplayer.h
WhenGryphonsFly 89bdb88cb8 Decompile sub_16A0
Co-Authored-By: jiangzhengwenjz <15051292+jiangzhengwenjz@users.noreply.github.com>
2024-10-22 18:06:47 -05:00

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