Windows Store support for NetHack 3.6.

This commit is contained in:
Bart House
2019-10-29 21:28:39 -07:00
parent 9258cb99e6
commit 43ef5ef7fa
66 changed files with 963 additions and 136 deletions

View File

@@ -285,4 +285,5 @@ extern void FDECL(nhassert_failed, (const char * exp, const char * file,
#define nethack_enter(argc, argv) nethack_enter_winnt()
extern void FDECL(nethack_exit, (int)) NORETURN;
extern boolean FDECL(file_exists, (const char *));
extern boolean FDECL(file_newer, (const char *, const char *));
#endif /* NTCONF_H */