summaryrefslogtreecommitdiffstats
path: root/src/civetweb/src/third_party/lua-5.1.5/etc/lua.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/civetweb/src/third_party/lua-5.1.5/etc/lua.hpp')
-rw-r--r--src/civetweb/src/third_party/lua-5.1.5/etc/lua.hpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/civetweb/src/third_party/lua-5.1.5/etc/lua.hpp b/src/civetweb/src/third_party/lua-5.1.5/etc/lua.hpp
new file mode 100644
index 000000000..ec417f594
--- /dev/null
+++ b/src/civetweb/src/third_party/lua-5.1.5/etc/lua.hpp
@@ -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"
+}