pokeplatinum/include/main_menu/gba_player.h
Eduardo Quezada 34c0566c09
Some checks are pending
build / build (push) Waiting to run
Some GBA documentation (#986)
2026-03-03 08:33:57 -08:00

8 lines
197 B
C

#ifndef POKEPLATINUM_MAIN_MENU_GBA_PLAYER_H
#define POKEPLATINUM_MAIN_MENU_GBA_PLAYER_H
u32 GetGBAPlayerTrainerId(void);
u8 *GetGBAPlayerName(void);
#endif // POKEPLATINUM_MAIN_MENU_GBA_PLAYER_H