Revert "Copy mod-eluna-lua-engine"

This reverts commit 882c07c3cf.
This commit is contained in:
55Honey
2022-03-26 21:46:55 +01:00
parent 882c07c3cf
commit fd9d87c322
79 changed files with 0 additions and 21813 deletions

View File

@@ -1,9 +0,0 @@
// 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"
}