/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* moves.h :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: maiboyer +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2024/01/11 16:13:08 by maiboyer #+# #+# */ /* Updated: 2024/01/29 19:07:15 by maiboyer ### ########.fr */ /* */ /* ************************************************************************** */ #ifndef MOVES_H # define MOVES_H # include "app/state.h" # include "app/types/type_move.h" # include "me/types.h" void do_move(t_move m, t_state *s); t_const_str get_str_for_move(t_move m); #endif /* MOVES_H */