mirror of https://github.com/nmlgc/ReC98.git
8 lines
204 B
C++
8 lines
204 B
C++
|
// Player performance ("rank")
|
||
|
extern unsigned char playperf;
|
||
|
extern unsigned char playperf_max;
|
||
|
extern char playperf_min;
|
||
|
|
||
|
void pascal playperf_raise(char delta);
|
||
|
void pascal playperf_lower(char delta);
|