/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* render.h :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: mc +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2024/10/31 17:13:20 by mc #+# #+# */ /* Updated: 2024/10/31 17:27:33 by mc ### ########.fr */ /* */ /* ************************************************************************** */ #ifndef RENDER_H # define RENDER_H # include "include.h" # include "utils.h" # include "temp.h" int render(u_int32_t *img_data, t_tex *tex); #endif