push_swap/include/app/moves.h
2024-01-13 18:50:17 +01:00

24 lines
1.1 KiB
C

/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* moves.h :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/01/11 16:13:08 by maiboyer #+# #+# */
/* Updated: 2024/01/12 21:27:27 by maiboyer ### ########.fr */
/* */
/* ************************************************************************** */
#ifndef MOVES_H
#define MOVES_H
#include "app/element.h"
#include "app/state.h"
#include "app/types/type_move.h"
#include "me/types.h"
void do_move(t_move m, t_state *s);
#endif /* MOVES_H */