shithub: sox

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