ref: 55d494351ed2a9e02fd4db726f689e5d9654cc5d
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"
}