Add vendor:lua/5.3

This commit is contained in:
gingerBill
2023-04-05 16:30:08 +01:00
parent 012f386057
commit 4dcf253330
10 changed files with 2370 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"
}