petites transformations sur les makefiles
This commit is contained in:
18
d04/ex03/headers/Ice.hpp
Normal file
18
d04/ex03/headers/Ice.hpp
Normal file
@@ -0,0 +1,18 @@
|
||||
#ifndef ICE_HPP
|
||||
# define ICE_HPP
|
||||
|
||||
#include "AMateria.hpp"
|
||||
|
||||
class Ice : public AMateria {
|
||||
|
||||
public:
|
||||
Ice();
|
||||
Ice( Ice const & src );
|
||||
~Ice();
|
||||
Ice & operator=( Ice const & rhs );
|
||||
|
||||
private:
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user