Finished the ex06 and the module 01

This commit is contained in:
Raphael 2024-11-06 20:11:33 +01:00
parent 618ebf8777
commit 7565eabf9b
8 changed files with 244 additions and 4 deletions

View file

@ -6,7 +6,7 @@
/* By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/11/06 17:37:15 by rparodi #+# #+# */
/* Updated: 2024/11/06 17:55:57 by rparodi ### ########.fr */
/* Updated: 2024/11/06 19:43:33 by rparodi ### ########.fr */
/* */
/* ************************************************************************** */
@ -29,9 +29,9 @@ class Harl
void complain(std::string level);
private:
void debug(void);
void error(void);
void info(void);
void warning(void);
void error(void);
};
#endif