「✨」 feat: finished ex01 (normally)
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
/* By: adjoly <adjoly@student.42angouleme.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2025/03/08 20:10:59 by adjoly #+# #+# */
|
||||
/* Updated: 2025/03/29 15:43:02 by adjoly ### ########.fr */
|
||||
/* Updated: 2025/03/30 15:11:58 by adjoly ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
@ -18,8 +18,9 @@ void _log(std::string emoji, std::string what, std::string who,
|
||||
std::string str);
|
||||
|
||||
typedef unsigned char uint8_t;
|
||||
|
||||
class Bureaucrat;
|
||||
|
||||
#include "Bureaucrat.hpp"
|
||||
//class Bureaucrat;
|
||||
|
||||
class Form {
|
||||
public:
|
||||
@ -36,10 +37,10 @@ class Form {
|
||||
virtual const char *what() const throw();
|
||||
};
|
||||
|
||||
const std::string getName(void) const;
|
||||
bool getSigned(void);
|
||||
const uint8_t getMinForSign(void);
|
||||
const uint8_t getMinForExec(void);
|
||||
std::string getName(void) const;
|
||||
bool getSigned(void) const;
|
||||
uint8_t getMinForSign(void) const;
|
||||
uint8_t getMinForExec(void) const;
|
||||
|
||||
void beSigned(Bureaucrat);
|
||||
|
||||
|
Reference in New Issue
Block a user