ref: d4dfef27f72d879af2fb6537b87d8b1f50ec5091
dir: /src/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" }