mirror of https://github.com/nmlgc/ReC98.git
7 lines
311 B
C++
7 lines
311 B
C++
// Shows the high score list for the current difficulty. If the given game
|
|
// result is good enough to be on there, the player is asked to enter a name,
|
|
// before the result is inserted and written to the high score file.
|
|
void regist(
|
|
int32_t points, int16_t stage, const char route[SCOREDAT_ROUTE_LEN + 1]
|
|
);
|