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