22 #ifndef ULTIMA4_GAME_ARMOR_H 23 #define ULTIMA4_GAME_ARMOR_H 25 #include "ultima/ultima4/filesys/savegame.h" 26 #include "common/str.h" 49 return _canUse & (1 << klass);
80 const Armor *
get(ArmorType a);
int getDefense() const
Definition: armor.h:44
bool canWear(ClassType klass) const
Definition: armor.h:48
Definition: detection.h:27
ArmorType getType() const
Definition: armor.h:38
const Common::String & getName() const
Definition: armor.h:41