「🔨」 fix: fixed Form class from ex01
This commit is contained in:
@ -0,0 +1,24 @@
|
||||
/* ************************************************************************** */
|
||||
/* */
|
||||
/* ::: :::::::: */
|
||||
/* ShrubberyCreationForm.hpp :+: :+: :+: */
|
||||
/* +:+ +:+ +:+ */
|
||||
/* By: adjoly <adjoly@student.42angouleme.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2025/04/01 09:19:24 by adjoly #+# #+# */
|
||||
/* Updated: 2025/04/01 10:18:36 by adjoly ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "AForm.hpp"
|
||||
|
||||
class ShrubberyCreationForm : public AForm {
|
||||
public:
|
||||
ShrubberyCreationForm(void);
|
||||
~ShrubberyCreationForm(void);
|
||||
private:
|
||||
void _exec(const Bureaucrat &) const;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user