Add vendor:lua/5.4

This commit is contained in:
gingerBill
2023-04-05 15:55:55 +01:00
parent 36b2f13ee0
commit d715158fe3
8 changed files with 2445 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"
}