【新增】上传当前编译过程中的第三方依赖

This commit is contained in:
niubinghui
2024-08-19 14:57:16 +08:00
parent cb4f940a35
commit 99fbd77198
19 changed files with 2159 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"
}