Install eris-master into tree

This commit is contained in:
2021-02-28 13:24:47 -05:00
parent 9076666b2b
commit 51d41d11bb
70 changed files with 24912 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
// lua.hpp
// Lua header files for C++
// <<extern "C">> not supplied automatically because Lua also compiles as C++
extern "C" {
#include "lua.h"
#include "lualib.h"
#include "lauxlib.h"
}