petites transformations sur les makefiles
This commit is contained in:
14
d05/ex00/Bureaucrate.hpp
Normal file
14
d05/ex00/Bureaucrate.hpp
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef BUREAUCRATE_HPP
|
||||
# define BUREAUCRATE_HPP
|
||||
|
||||
class Bureaucrate {
|
||||
public:
|
||||
Bureaucrate();
|
||||
Bureaucrate(std::string name, int grade);
|
||||
|
||||
private:
|
||||
std::string const _name;
|
||||
int _grade;
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user