添加lua+luatinker

This commit is contained in:
2025-09-01 22:48:13 +08:00
parent 12c51b5ddb
commit 1fb319f0e8
108 changed files with 30276 additions and 0 deletions
+9
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"
}