initial commit

This commit is contained in:
2021-12-03 18:56:11 +01:00
commit a21b66f12a
68 changed files with 29235 additions and 0 deletions

9
lua/lua.hpp Normal file
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"
//}