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