first commit

This commit is contained in:
2021-09-25 19:13:55 +02:00
commit 5f4b111d06
75 changed files with 29775 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"
//}