/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* FragTrap.hpp :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: aortigos # include "../ClapTrap/ClapTrab.hpp" class FragTrap : public ClapTrap { public: FragTrap(); FragTrap(std::string name); FragTrap(const FragTrap &other); FragTrap &operator=(const FragTrap &other); ~FragTrap(); void highFivesGuys(void); }; #endif