Files
mmoat/lib/libft/srcs/drawio/header/dio_private.h
Nathan Lebrun 8a24b6817f drawio update
2025-01-27 09:55:18 +01:00

20 lines
1.0 KiB
C

/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* dio_private.h :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: nalebrun <nalebrun@student.s19.be> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/01/24 11:06:54 by nalebrun #+# #+# */
/* Updated: 2025/01/24 11:06:54 by nalebrun ### ########.fr */
/* */
/* ************************************************************************** */
#ifndef DIO_PRIVATE_H
# define DIO_PRIVATE_H
int draw_rect(int fd, int id, t_dio_elem *elem);
int draw_arrow(int fd, int id, t_dio_elem *elem);
#endif