diff options
author | Lua Team <team@lua.org> | 2011-07-05 12:00:00 +0000 |
---|---|---|
committer | repogen <> | 2011-07-05 12:00:00 +0000 |
commit | 76e52968cfea8eccaffae99512879d664796e6a6 (patch) | |
tree | 6105722d5a672f6bc2280bfd54f4e7b9531431cb /src/lua.hpp | |
parent | cc3a4be74122bb2c002798696730bca68d36fcc9 (diff) | |
download | lua-github-5.2.0-beta-rc6.tar.gz |
Lua 5.2.0-beta-rc65.2.0-beta-rc6
Diffstat (limited to 'src/lua.hpp')
-rw-r--r-- | src/lua.hpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/lua.hpp b/src/lua.hpp deleted file mode 100644 index ec417f59..00000000 --- a/src/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" -} |