mirror of https://github.com/nmlgc/ReC98.git
7 lines
275 B
C
7 lines
275 B
C
|
extern unsigned char cleared_with[PLAYCHAR_COUNT][RANK_COUNT];
|
||
|
|
||
|
// Shows the player character / shot type selection menu, writing the
|
||
|
// selection to [resident]. Returns whether to start the game (false) or
|
||
|
// return to the main menu (true).
|
||
|
bool16 near playchar_menu(void);
|