Files
integration/luprex/ext/eris-master/src/lua.hpp

10 lines
191 B
C++
Raw Normal View History

2021-02-28 13:24:47 -05:00
// 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"
}