push_swap/include/app/target.h

22 lines
1 KiB
C
Raw Normal View History

2024-01-11 21:28:36 +01:00
/* ************************************************************************** */
/* */
/* ::: :::::::: */
2024-01-29 22:45:54 +01:00
/* target.h :+: :+: :+: */
2024-01-11 21:28:36 +01:00
/* +:+ +:+ +:+ */
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
2024-01-29 22:45:54 +01:00
/* Created: 2024/01/29 20:30:43 by maiboyer #+# #+# */
/* Updated: 2024/01/29 20:31:28 by maiboyer ### ########.fr */
2024-01-11 21:28:36 +01:00
/* */
/* ************************************************************************** */
2024-01-29 22:45:54 +01:00
#ifndef TARGET_H
# define TARGET_H
2024-01-29 22:45:54 +01:00
# include "app/rotate.h"
# include "me/types.h"
2024-01-29 22:45:54 +01:00
t_rotation target(t_usize from, t_usize to, t_usize ring_size);
2024-01-29 22:45:54 +01:00
#endif /* TARGET_H */