#include "creaturelevlist.hpp" #include namespace MWClass { std::string CreatureLevList::getName (const MWWorld::Ptr& ptr) const { return ""; } void CreatureLevList::registerSelf() { boost::shared_ptr instance (new CreatureLevList); registerClass (typeid (ESM::CreatureLevList).name(), instance); } }