clean TODO

This commit is contained in:
mcolonna 2024-10-29 14:19:45 +01:00
parent b688144a43
commit c46536d78e

View file

@ -6,7 +6,7 @@
/* By: mcolonna <mcolonna@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* 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;