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