diff 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
line wrap: on
line diff
--- a/urogue/rogue.h	Tue Feb 14 20:42:33 2017 -0500
+++ b/urogue/rogue.h	Wed Feb 15 20:38:12 2017 -0500
@@ -1811,6 +1811,7 @@
 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) )