shithub: sox

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