Remove building with NOCRYPTO option
[minix.git] / external / mit / lua / dist / src / 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"