shithub: sox

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