#ifdef BOTS #ifdef LUA_EQEMU #include "lua.hpp" #include #include "bot.h" #include "lua_bot.h" luabind::scope lua_register_bot() { return luabind::class_("Bot").def(luabind::constructor<>()); } #endif #endif