From c46536d78ec9362c7a284be8c35dacd8594b21b9 Mon Sep 17 00:00:00 2001 From: mcolonna Date: Tue, 29 Oct 2024 14:19:45 +0100 Subject: [PATCH] clean TODO --- utils.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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;