/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* B.hpp :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: charles +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2020/04/15 09:57:12 by charles #+# #+# */ /* Updated: 2020/04/15 10:07:52 by charles ### ########.fr */ /* */ /* ************************************************************************** */ #ifndef B_HPP # define B_HPP # include "Base.hpp" class B : public Base { }; #endif