update to lua-5.3.4
[ardour.git] / libs / lua / lua-5.3.4 / lua.hpp
diff --git a/libs/lua/lua-5.3.4/lua.hpp b/libs/lua/lua-5.3.4/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"
+}