shithub: sox

ref: 58f37f1e4acc5ba8e1ff483d4ddf32b9ce7dbd3d
dir: /lua/etc/lua.hpp/

View raw version
// 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"
}