22 #ifndef ULTIMA4_GAME_ARMOR_H 23 #define ULTIMA4_GAME_ARMOR_H 25 #include "ultima/ultima4/filesys/savegame.h" 26 #include "ultima/shared/std/containers.h" 27 #include "ultima/shared/std/string.h" 50 return _canUse & (1 << klass);
81 const Armor *
get(ArmorType a);
int getDefense() const
Definition: armor.h:45
bool canWear(ClassType klass) const
Definition: armor.h:49
Definition: detection.h:27
ArmorType getType() const
Definition: armor.h:39
const Common::String & getName() const
Definition: armor.h:42
Definition: containers.h:38