OpenMW
apps/openmw/mwclass/itemlevlist.hpp
Go to the documentation of this file.
00001 #ifndef GAME_MWCLASS_ITEMLEVLIST_H
00002 #define GAME_MWCLASS_ITEMLEVLIST_H
00003 
00004 #include "../mwworld/class.hpp"
00005 
00006 namespace MWClass
00007 {
00008     class ItemLevList : public MWWorld::Class
00009     {
00010         public:
00011 
00012             virtual std::string getName (const MWWorld::Ptr& ptr) const;
00015 
00016             static void registerSelf();
00017     };
00018 }
00019 
00020 #endif