UltraRogue: make scorefile location configurable.
This commit is contained in:
parent
a8a6e1ce7a
commit
d309fcdd46
3 changed files with 12 additions and 1 deletions
|
|
@ -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) )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue