clean TODO
This commit is contained in:
parent
b688144a43
commit
c46536d78e
1 changed files with 1 additions and 2 deletions
3
utils.h
3
utils.h
|
@ -6,7 +6,7 @@
|
||||||
/* By: mcolonna <mcolonna@student.42.fr> +#+ +:+ +#+ */
|
/* By: mcolonna <mcolonna@student.42.fr> +#+ +:+ +#+ */
|
||||||
/* +#+#+#+#+#+ +#+ */
|
/* +#+#+#+#+#+ +#+ */
|
||||||
/* Created: 2024/10/15 16:56:47 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;
|
int y;
|
||||||
} t_point_int;
|
} t_point_int;
|
||||||
|
|
||||||
// TODO Must the transparency be 0 or 255?
|
|
||||||
/// @brief Represents an TRGB color in 0xTTRRGGBB format.
|
/// @brief Represents an TRGB color in 0xTTRRGGBB format.
|
||||||
typedef __u32 t_color;
|
typedef __u32 t_color;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue