ex02
This commit is contained in:
28
ex02/A/A.hpp
Normal file
28
ex02/A/A.hpp
Normal file
@@ -0,0 +1,28 @@
|
||||
/* ************************************************************************** */
|
||||
/* */
|
||||
/* ::: :::::::: */
|
||||
/* A.hpp :+: :+: :+: */
|
||||
/* +:+ +:+ +:+ */
|
||||
/* By: aortigos <aortigos@student.42malaga.com> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2026/03/01 10:28:48 by aortigos #+# #+# */
|
||||
/* Updated: 2026/03/01 10:28:48 by aortigos ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#ifndef A_HPP
|
||||
|
||||
# define A_HPP
|
||||
|
||||
# include <iostream>
|
||||
# include "../Base/Base.hpp"
|
||||
|
||||
class A : public Base
|
||||
{
|
||||
private:
|
||||
|
||||
public:
|
||||
~A();
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user