fix
This commit is contained in:
parent
42a06c46cd
commit
7a10311d56
@ -7,7 +7,6 @@ class HumanA
|
|||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
HumanA(const std::string& name, const Weapon& weapon);
|
HumanA(const std::string& name, const Weapon& weapon);
|
||||||
HumanA(const HumanA& src);
|
|
||||||
~HumanA();
|
~HumanA();
|
||||||
|
|
||||||
void attack();
|
void attack();
|
||||||
|
@ -7,7 +7,6 @@ class HumanB
|
|||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
HumanB(const std::string& name);
|
HumanB(const std::string& name);
|
||||||
HumanB(const HumanB& src);
|
|
||||||
~HumanB();
|
~HumanB();
|
||||||
|
|
||||||
void attack();
|
void attack();
|
||||||
|
Loading…
Reference in New Issue
Block a user