Merge branch 'NetHack-3.6'

This commit is contained in:
nhmall
2019-07-02 14:07:26 -04:00
5 changed files with 304 additions and 181 deletions

View File

@@ -5,7 +5,11 @@
#include "curses.h"
#include "hack.h"
#ifdef SHORT_FILENAMES
#include "patchlev.h"
#else
#include "patchlevel.h"
#endif
#include "color.h"
#include "wincurs.h"