/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* A.hpp :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: aortigos +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* 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 # include "../Base/Base.hpp" class A : public Base { private: public: ~A(); }; #endif