mirror of https://github.com/nmlgc/ReC98.git
9 lines
150 B
C++
9 lines
150 B
C++
|
#include "th01/ranks.h"
|
||
|
|
||
|
extern unsigned char rank;
|
||
|
|
||
|
int pascal far select_for_rank(
|
||
|
int for_easy, int for_normal,
|
||
|
int for_hard, int for_lunatic
|
||
|
);
|