working on text put pipeline

This commit is contained in:
2023-04-06 17:26:19 +02:00
parent b03bd6fe0a
commit bada255057
12 changed files with 125 additions and 108 deletions

View File

@@ -6,7 +6,7 @@
/* By: maldavid <kbz_8.dev@akel-engine.com> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2022/10/04 16:56:35 by maldavid #+# #+# */
/* Updated: 2023/04/06 15:27:07 by maldavid ### ########.fr */
/* Updated: 2023/04/06 16:07:38 by maldavid ### ########.fr */
/* */
/* ************************************************************************** */
@@ -43,6 +43,8 @@ void* mlx_png_file_to_image(void* mlx, char* filename, int* width, int* height);
void* mlx_jpg_file_to_image(void* mlx, char* filename, int* width, int* height);
void* mlx_bmp_file_to_image(void* mlx, char* filename, int* width, int* height);
int mlx_string_put(void* mlx, void* win, int x, int y, int color, char* str);
int mlx_clear_window(void* mlx, void* win);
int mlx_destroy_window(void* mlx, void* win);