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