Fixes to build NetHack 3.7.0 on FreeDOS

This commit is contained in:
Ray Chason
2019-12-23 18:03:26 -05:00
parent c9bc2f5a2a
commit 6f9e7b6b97
2 changed files with 67 additions and 91 deletions

6
sys/msdos/nhlua.h Normal file
View File

@@ -0,0 +1,6 @@
/* nhlua.h - generated by top Makefile */
#include "../lib/lua535/src/lua.h"
LUA_API int (lua_error) (lua_State *L) NORETURN;
#include "../lib/lua535/src/lualib.h"
#include "../lib/lua535/src/lauxlib.h"
/*nhlua.h*/