RRG-Proxmark3/client/deps/liblua/lua.hpp
2020-04-16 10:53:24 +02:00

10 lines
191 B
C++

// 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"
}