d05 ex02 ok pour Shrubbery form

This commit is contained in:
hugogogo
2022-03-04 20:58:15 +01:00
parent 130b228a2f
commit 0a5827f3a1
14 changed files with 297 additions and 194 deletions

View File

@@ -6,8 +6,8 @@
# include <string>
# include <stdexcept>
class Form;
# include "Form.hpp"
class AForm;
# include "AForm.hpp"
class Bureaucrat {
@@ -24,7 +24,8 @@ public:
void gradeUp();
void gradeDown();
void signForm( Form & f );
void signForm( AForm & f );
void executeForm( AForm const & form );
protected: