mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +01:00
Update Lua to upstream 5.3.5
This commit is contained in:
parent
814272bbac
commit
130211a4bd
65 changed files with 184 additions and 141 deletions
9
libs/lua/lua-5.3.5/lua.hpp
Normal file
9
libs/lua/lua-5.3.5/lua.hpp
Normal 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"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue