shithub: lu9-lua

ref: a1ccc9baa07a2c23123b27e0eb8733b42126d4b3
dir: /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"
}