summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/lua/lua.hpp
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-01-10 14:57:10 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2015-01-10 14:57:10 +0100
commitb3382b22d32a3583359ba8125a7311c7db30defe (patch)
tree241db437afc799903d57e34b449b06c1616e6589 /src/lib/lua/lua.hpp
parent72d8f8fd364b25c92ea389f83fdbc598a0a8f718 (diff)
Added full Lua 5.2.3 source (nw)
Diffstat (limited to 'src/lib/lua/lua.hpp')
-rw-r--r--src/lib/lua/lua.hpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/lib/lua/lua.hpp b/src/lib/lua/lua.hpp
deleted file mode 100644
index ec417f59469..00000000000
--- a/src/lib/lua/lua.hpp
+++ /dev/null
@@ -1,9 +0,0 @@
-// 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"
-}