shithub: lu9-lua

ref: 2978db7bc91bfc4a2b402d408fa59499e3ee35be
dir: lu9-lua/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"
}