diff --git a/utils.h b/utils.h index 3c4f080..23b10f8 100644 --- a/utils.h +++ b/utils.h @@ -6,7 +6,7 @@ /* By: mcolonna +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2024/10/15 16:56:47 by mcolonna #+# #+# */ -/* Updated: 2024/10/29 14:01:34 by mcolonna ### ########.fr */ +/* Updated: 2024/10/29 14:13:28 by marvin ### ########.fr */ /* */ /* ************************************************************************** */ @@ -27,7 +27,6 @@ typedef struct s_point_int int y; } t_point_int; -// TODO Must the transparency be 0 or 255? /// @brief Represents an TRGB color in 0xTTRRGGBB format. typedef __u32 t_color;