Features(Lualib/Lua(Jit)): Lua Version and Static Linking Support (#209)
This commit is contained in:
10
src/lualib/lua/lua.hpp
Normal file
10
src/lualib/lua/lua.hpp
Normal file
@@ -0,0 +1,10 @@
|
||||
// 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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user