Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
f6eb1f9b63da45b7dbd4f26a6edf9d968ac4a517
/
.
/
third_party
/
lua
/
src
/
lua.hpp
blob: ec417f59469c8672a13a726afe6186cccbe54895 [
file
] [
log
] [
blame
]
// 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"
}