fix(norm): add copy contructor
This commit is contained in:
parent
7fb5f99a7a
commit
57de4fa948
20 changed files with 93 additions and 0 deletions
|
|
@ -6,6 +6,7 @@
|
|||
class ScavTrap : public virtual ClapTrap {
|
||||
public:
|
||||
ScavTrap();
|
||||
ScavTrap(const ScavTrap &other);
|
||||
ScavTrap(std::string name);
|
||||
~ScavTrap();
|
||||
ScavTrap &operator=(const ScavTrap &other);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue