/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* text.h :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: mcolonna +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2024/04/18 19:54:06 by mcolonna #+# #+# */ /* Updated: 2024/04/19 11:53:25 by mcolonna ### ########.fr */ /* */ /* ************************************************************************** */ #ifndef TEXT_H # define TEXT_H # include "includes.h" void display_text(t_point *p, t_assetsmap_id asset); void display_uint(t_point *p, unsigned int n, bool little); #endif