/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* structs.h :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: tomoron +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2024/11/01 12:50:02 by tomoron #+# #+# */ /* Updated: 2024/11/01 13:01:52 by tomoron ### ########.fr */ /* */ /* ************************************************************************** */ #ifndef STRUCTS_H # define STRUCTS_H #include typedef struct s_instruction { int dir[2]; int rep; } t_instruction; #endif