server/src/lua.hpp

9 lines
146 B
C++
Raw Normal View History

2003-12-14 11:02:29 +01:00
extern "C" {
2003-12-14 13:27:09 +01:00
#include <lua50/lua.h>
#include <lua50/lauxlib.h>
#include <lua50/lualib.h>
2003-12-14 11:02:29 +01:00
}
#if BOOST_VERSION < 103300
# define LUABIND_OLD
#endif