????

Your IP : 18.222.168.192


Current Path : /proc/326615/root/usr/include/
Upload File :
Current File : //proc/326615/root/usr/include/lua.hpp

// 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"
}