]> git.zerfleddert.de Git - proxmark3-svn/blame_incremental - liblua/lua.hpp
CHG: some of @marshmellow42 's ref: https://github.com/marshmellow42/proxmark3/commi...
[proxmark3-svn] / liblua / lua.hpp
... / ...
CommitLineData
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