Merge branch 'old-software-compatibility' of https://github.com/chasonr/NetHack into NetHack-3.7

This commit is contained in:
nhmall
2022-11-05 19:30:20 -04:00
5 changed files with 10 additions and 3 deletions

View File

@@ -321,7 +321,7 @@ NetHack*map*orange: orange
NetHack*map*bright_green: green
NetHack*map*yellow: yellow
NetHack*map*bright_blue: Royal blue
NetHack*map*bright_magenta: Fuchsia
NetHack*map*bright_magenta: magenta
NetHack*map*bright_cyan: cyan
NetHack*map*white: white
!

View File

@@ -12,6 +12,7 @@
#define PRESERVE_NO_SYSV /* X11 include files may define SYSV */
#endif
#include <X11/Xlib.h>
#include <X11/Xresource.h>
#include <X11/Intrinsic.h>
#include <X11/StringDefs.h>