Mercurial > hg > early-roguelike
comparison urogue/rogue.h @ 263:08057be02f47
UltraRogue: make scorefile location configurable.
| author | John "Elwin" Edwards |
|---|---|
| date | Wed, 15 Feb 2017 20:38:12 -0500 |
| parents | 096d3cfd9afd |
| children | 4ab49e42dd6a |
comparison
equal
deleted
inserted
replaced
| 262:c7c6c5a7d840 | 263:08057be02f47 |
|---|---|
| 1809 char *md_strdup(const char *s); | 1809 char *md_strdup(const char *s); |
| 1810 long md_random(void); | 1810 long md_random(void); |
| 1811 void md_srandom(long seed); | 1811 void md_srandom(long seed); |
| 1812 int md_readchar(WINDOW *win); | 1812 int md_readchar(WINDOW *win); |
| 1813 int md_getuid(void); | 1813 int md_getuid(void); |
| 1814 void md_normaluser(void); | |
| 1814 | 1815 |
| 1815 #define NOOP(x) (x += 0) | 1816 #define NOOP(x) (x += 0) |
| 1816 #define CCHAR(x) ( (char) (x & A_CHARTEXT) ) | 1817 #define CCHAR(x) ( (char) (x & A_CHARTEXT) ) |
