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