native Lua
0.5.0-devel
Lua on the platform you use with the compiler you choose
src
lua.hpp
Go to the documentation of this file.
1
// lua.hpp
2
// Lua header files for C++
3
// <<extern "C">> not supplied automatically because Lua also compiles as C++
4
5
extern
"C"
{
6
#include "
lua.h
"
7
#include "
lualib.h
"
8
#include "
lauxlib.h
"
9
10
#include "
_native_lua_config.h
"
/* native Lua */
11
}
_native_lua_config.h
native Lua configuration file
lua.h
lauxlib.h
lualib.h
Generated on Fri Dec 18 2020 17:09:24 for native Lua by
1.8.18