protected:
string attackText(string opName);
private:
};
class cyclop : public Character
{
public:
cyclop(string chosenName);
protected:
string attackText(string opName);
private:
};
#endif // CHARACTER_H
#include
#include
#include