new 4475edb243ed4627f4c5f2c470ca40b3def034d4
[tagua/yd.git] / lua / etc / lua.hpp
blobec417f59469c8672a13a726afe6186cccbe54895
1 // lua.hpp
2 // Lua header files for C++
3 // <<extern "C">> not supplied automatically because Lua also compiles as C++
5 extern "C" {
6 #include "lua.h"
7 #include "lualib.h"
8 #include "lauxlib.h"