Merge branch 'NetHack-3.6'

This commit is contained in:
nhmall
2019-11-13 01:08:33 -05:00
4 changed files with 25 additions and 61 deletions

View File

@@ -24,7 +24,7 @@
static void FDECL(process_options, (int argc, char **argv));
static void NDECL(nhusage);
static char *NDECL(get_executable_path);
char *FDECL(translate_path_variables, (char *, char *));
char *FDECL(translate_path_variables, (const char *, char *));
char *NDECL(exename);
boolean NDECL(fakeconsole);
void NDECL(freefakeconsole);