/* ************************************************************************** */
/* */
/* ::: :::::::: */
-/* checker.h :+: :+: :+: */
+/* push_swap.h :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: ljiriste <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/01/24 12:13:51 by ljiriste #+# #+# */
-/* Updated: 2024/03/01 09:49:02 by ljiriste ### ########.fr */
+/* Updated: 2024/03/01 10:22:32 by ljiriste ### ########.fr */
/* */
/* ************************************************************************** */
-#ifndef CHECKER_H
-# define CHECKER_H
+#ifndef PUSH_SWAP_H
+# define PUSH_SWAP_H
# include "libft.h"
void rotate_a_to_sort(t_stacks *s);
void isolate_lis_in_a(t_stacks *s, t_stack *lis);
void a_sort_three_or_less(t_stacks *s);
-#endif //CHECKER_H
+#endif //PUSH_SWAP_H