?login_element?
?pathlinks? – Rev 1537
Blame |
Last modification |
View Log
| Download
// 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"
}