diff options
Diffstat (limited to 'source3/lua-5.1.4/etc/lua.hpp')
-rw-r--r-- | source3/lua-5.1.4/etc/lua.hpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/source3/lua-5.1.4/etc/lua.hpp b/source3/lua-5.1.4/etc/lua.hpp deleted file mode 100644 index ec417f5946..0000000000 --- a/source3/lua-5.1.4/etc/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" -} |