]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - liblua/lua.hpp
Added lua 5.2 sources
[proxmark3-svn] / liblua / lua.hpp
diff --git a/liblua/lua.hpp b/liblua/lua.hpp
new file mode 100644 (file)
index 0000000..ec417f5
--- /dev/null
@@ -0,0 +1,9 @@
+// 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"
+}
Impressum, Datenschutz