Sign in
nest-open-source
/
nest-learning-thermostat
/
5.1.8
/
lua
/
refs/heads/master
/
.
/
lua-5.1.4
/
etc
/
lua.hpp
blob: ec417f59469c8672a13a726afe6186cccbe54895 [
file
] [
log
] [
blame
] [
edit
]
// 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"
}