]> cvs.zerfleddert.de Git - proxmark3-svn/blame - liblua/lua.hpp
FIX: hf mf eload - now supports specifying 0,1,2,4 in card memory for the file to...
[proxmark3-svn] / liblua / lua.hpp
CommitLineData
ba8b5c17 1// lua.hpp
2// Lua header files for C++
3// <<extern "C">> not supplied automatically because Lua also compiles as C++
4
5extern "C" {
6#include "lua.h"
7#include "lualib.h"
8#include "lauxlib.h"
9}
Impressum, Datenschutz