shithub: sox

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