/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* B.hpp :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: aortigos +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2026/03/01 10:28:49 by aortigos #+# #+# */ /* Updated: 2026/03/01 10:28:49 by aortigos ### ########.fr */ /* */ /* ************************************************************************** */ #ifndef B_HPP # define B_HPP # include # include "../Base/Base.hpp" class B : public Base { private: public: ~B(); }; #endif