mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
8 lines
197 B
C
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
|