/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* Data.h :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: narnaud +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2022/09/29 09:28:26 by narnaud #+# #+# */ /* Updated: 2022/09/29 09:28:45 by narnaud ### ########.fr */ /* */ /* ************************************************************************** */ #pragma once #include typedef struct s_Data { std::string content; } t_Data;