update to lua-5.3.3

This commit is contained in:
Robin Gareus 2016-07-18 12:28:36 +02:00
parent d527fdf30a
commit c5fb7e1d83
63 changed files with 1012 additions and 626 deletions

View file

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