#pragma once #include "AForm.hpp" class RobotomyRequestAForm : public AForm { public : RobotomyRequestAForm(); RobotomyRequestAForm(std::string name); void executeAction(); };