2023-03-28 09:55:08 -04:00
|
|
|
/* ************************************************************************** */
|
|
|
|
/* */
|
|
|
|
/* ::: :::::::: */
|
|
|
|
/* data_private.h :+: :+: :+: */
|
|
|
|
/* +:+ +:+ +:+ */
|
|
|
|
/* By: cchauvet <cchauvet@student.42angouleme.fr +#+ +:+ +#+ */
|
|
|
|
/* +#+#+#+#+#+ +#+ */
|
|
|
|
/* Created: 2023/03/27 13:42:21 by cchauvet #+# #+# */
|
|
|
|
/* Updated: 2023/03/27 13:42:23 by cchauvet ### ########.fr */
|
|
|
|
/* */
|
|
|
|
/* ************************************************************************** */
|
|
|
|
|
2023-03-10 06:32:39 -05:00
|
|
|
#ifndef DATA_PRIVATE_H
|
|
|
|
# define DATA_PRIVATE_H
|
|
|
|
# include "../libftx/libftx.h"
|
|
|
|
# include "./data.h"
|
|
|
|
|
|
|
|
#endif
|