ex05 added newline and ex06 done
This commit is contained in:
32
ex06/Harl/Harl.hpp
Normal file
32
ex06/Harl/Harl.hpp
Normal file
@@ -0,0 +1,32 @@
|
||||
/* ************************************************************************** */
|
||||
/* */
|
||||
/* ::: :::::::: */
|
||||
/* Harl.hpp :+: :+: :+: */
|
||||
/* +:+ +:+ +:+ */
|
||||
/* By: aortigos <aortigos@student.42malaga.com +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2025/09/06 02:27:27 by aortigos #+# #+# */
|
||||
/* Updated: 2025/09/06 02:28:09 by aortigos ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#ifndef HARL_HPP
|
||||
|
||||
# define HARL_HPP
|
||||
|
||||
# include <iostream>
|
||||
|
||||
class Harl
|
||||
{
|
||||
private:
|
||||
void debug( void );
|
||||
void info( void );
|
||||
void warning( void );
|
||||
void error( void );
|
||||
|
||||
public:
|
||||
void complain( std::string level );
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user