Add inlcude files to NetHackW project. Add cpp.hint file.

This commit is contained in:
Bart House
2020-10-17 17:25:00 -07:00
committed by Bart House
parent d1404d345c
commit c33a9ed94a
2 changed files with 96 additions and 3 deletions

6
win/win32/vs/cpp.hint Normal file
View File

@@ -0,0 +1,6 @@
// Hint files help the Visual Studio IDE interpret Visual C++ identifiers
// such as names of functions and macros.
// For more information see https://go.microsoft.com/fwlink/?linkid=865984
#define E
#define NDECL(x) x
#define FDECL(x, y) x y