mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 00:04:56 +01:00
update to lua-5.3.3
This commit is contained in:
parent
d527fdf30a
commit
c5fb7e1d83
63 changed files with 1012 additions and 626 deletions
9
libs/lua/lua-5.3.3/lua.hpp
Normal file
9
libs/lua/lua-5.3.3/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