ReC98/th04/main/rank.hpp

9 lines
150 B
C++
Raw Normal View History

#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
);