parsing/free.c mv to parsing/clean.c and function my_mlx_put_pixel changed to cub3d_put_pixel

This commit is contained in:
2025-12-11 20:56:43 +01:00
parent 7b3364c2bf
commit 7dd0523007
4 changed files with 10 additions and 10 deletions

View File

@@ -6,7 +6,7 @@
/* By: aortigos <aortigos@student.42malaga.com +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/12/09 18:44:12 by aortigos #+# #+# */
/* Updated: 2025/12/09 18:44:40 by aortigos ### ########.fr */
/* Updated: 2025/12/11 20:02:51 by aortigos ### ########.fr */
/* */
/* ************************************************************************** */
@@ -29,7 +29,7 @@ int reverse_bytes(int c)
return (b);
}
void my_mlx_pixel_put(t_mlx *mlx, int x, int y, int color)
void cub3d_put_pixel(t_mlx *mlx, int x, int y, int color)
{
if (x < 0)
return ;