#ifdef LUA_EQEMU #include "masterentity.h" #include "lua_client.h" #include "lua.hpp" #include luabind::scope lua_register_client() { return luabind::class_("Client") .def(luabind::constructor<>()); } #endif