Updates to the native compile

This commit is contained in:
Ray Chason
2022-10-02 01:05:46 -04:00
parent 8b6fe9d205
commit 76a88ef2b0
3 changed files with 23 additions and 78 deletions

View File

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