Implement everything except for execute functions
authorLukas Jiriste <ljiriste@student.42prague.com>
Sun, 19 Jan 2025 14:57:16 +0000 (15:57 +0100)
committerLukas Jiriste <ljiriste@student.42prague.com>
Sun, 19 Jan 2025 14:57:16 +0000 (15:57 +0100)
commit87ac2693e36a144f334c737605b80d35c0c20d89
tree34455b301bfdd0b16563fc66d7263c953208f830
parent50ae5fa4e5f22933f3b9720af2db6a484c51143f
Implement everything except for execute functions
12 files changed:
ex02/AForm.cpp
ex02/AForm.h
ex02/Bureaucrat.cpp
ex02/Makefile
ex02/PresidentialPardonForm.cpp [new file with mode: 0644]
ex02/PresidentialPardonForm.h [new file with mode: 0644]
ex02/RobotomyRequestForm.cpp [new file with mode: 0644]
ex02/RobotomyRequestForm.h [new file with mode: 0644]
ex02/ShrubberyCreationForm.cpp [new file with mode: 0644]
ex02/ShrubberyCreationForm.h [new file with mode: 0644]
ex02/ShruberryCreationForm.h [deleted file]
ex02/main.cpp