aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/lua/lua-5.2.0/src/lua.hpp
blob: 8f97ef31d2cd6cf52ead14377c4176abf90ea61a (plain) (blame)
1
2
3
4
5
6
7
8
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"
//}