diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2021-11-07 10:09:27 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2021-11-07 10:09:27 -0800 |
commit | 1f3ed8210d45b035a8f76185587f97e147fc7402 (patch) | |
tree | da907b4c8aef4e26e84d0ec4b7ab3a827cdb57ad /etc/lua.hpp | |
parent | 2b7ffea31612c16ab16735f6806195ab471ae409 (diff) | |
download | teliva-1f3ed8210d45b035a8f76185587f97e147fc7402.tar.gz |
delete some Lua 5.1 things
These are likely to suffer bitrot.
Diffstat (limited to 'etc/lua.hpp')
-rw-r--r-- | etc/lua.hpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/etc/lua.hpp b/etc/lua.hpp deleted file mode 100644 index ec417f5..0000000 --- a/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" -} |