Fixed issue with dumping iclass tags > 2KB in size
[legacy-proxmark3.git] / liblua / lua.hpp
blobec417f59469c8672a13a726afe6186cccbe54895
1 // lua.hpp
2 // Lua header files for C++
3 // <<extern "C">> not supplied automatically because Lua also compiles as C++
5 extern "C" {
6 #include "lua.h"
7 #include "lualib.h"
8 #include "lauxlib.h"