mirror of
https://github.com/seekrs/MacroLibX.git
synced 2026-01-11 14:43:34 +00:00
working on text put pipeline
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user