update to lua-5.3.4

This commit is contained in:
Robin Gareus 2017-11-29 04:22:26 +01:00
parent 06ea56a2ce
commit 44cf448839
65 changed files with 476 additions and 387 deletions

View file

@ -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"
}