l2-unlegits/l2ooghelper/lib/lua/lua.hpp
2012-02-01 05:25:08 +00:00

10 lines
195 B
C++

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