shithub: sox

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