Declares the Weapon class.
basic_ostream< _CharT, _Traits > & endl(basic_ostream< _CharT, _Traits > &__os)
const std::string & getType() const
Gets the type of the weapon.
~Weapon()
Destructor for the Weapon class.
void setType(const std::string &newType)
Sets the type of the weapon.
Weapon(std::string type)
Constructor for the Weapon class.