「🔨」 fix: fixed Form class from ex01
This commit is contained in:
@ -0,0 +1,27 @@
|
||||
/* ************************************************************************** */
|
||||
/* */
|
||||
/* ::: :::::::: */
|
||||
/* ShrubberyCreationForm.cpp :+: :+: :+: */
|
||||
/* +:+ +:+ +:+ */
|
||||
/* By: adjoly <adjoly@student.42angouleme.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2025/04/01 09:25:06 by adjoly #+# #+# */
|
||||
/* Updated: 2025/04/01 10:53:21 by adjoly ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#include "ShrubberyCreationForm.hpp"
|
||||
#include "AForm.hpp"
|
||||
|
||||
ShrubberyCreationForm::ShrubberyCreationForm(void)
|
||||
: AForm("ShrubberyCreationForm", 145, 137) {
|
||||
_log("➕", "ShrubberyCreationForm", "", "default constructor called");
|
||||
}
|
||||
|
||||
ShrubberyCreationForm::~ShrubberyCreationForm(void) {
|
||||
_log("➖", "ShrubberyCreationForm", "", "destructor called");
|
||||
}
|
||||
|
||||
void ShrubberyCreationForm::_exec(const Bureaucrat &b) const {
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user