UltraRogue: make scorefile location configurable.

This commit is contained in:
John "Elwin" Edwards 2017-02-15 20:38:12 -05:00
parent a8a6e1ce7a
commit d309fcdd46
3 changed files with 12 additions and 1 deletions

View file

@ -1811,6 +1811,7 @@ long md_random(void);
void md_srandom(long seed);
int md_readchar(WINDOW *win);
int md_getuid(void);
void md_normaluser(void);
#define NOOP(x) (x += 0)
#define CCHAR(x) ( (char) (x & A_CHARTEXT) )