ref: 2e9dc5e8a100f2e3c940d8af703dfcd2b5c56470
dir: /lua/etc/lua.hpp/
// 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"
}