42_so_long/includes/display/text.h
mcolonna bc9cee22d7 feat: comic sans move number (also fix *)
fix: the limits of an asset can exceed the image dimensions
2024-04-18 21:16:48 +02:00

21 lines
1 KiB
C

/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* text.h :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: mcolonna <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/04/18 19:54:06 by mcolonna #+# #+# */
/* Updated: 2024/04/18 20:02:12 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);
#endif