18 lines
972 B
C
18 lines
972 B
C
/* ************************************************************************** */
|
|
/* */
|
|
/* ::: :::::::: */
|
|
/* move_utils.h :+: :+: :+: */
|
|
/* +:+ +:+ +:+ */
|
|
/* By: mcolonna <marvin@42.fr> +#+ +:+ +#+ */
|
|
/* +#+#+#+#+#+ +#+ */
|
|
/* Created: 2024/11/13 21:43:25 by mcolonna #+# #+# */
|
|
/* Updated: 2024/11/13 21:43:51 by mcolonna ### ########.fr */
|
|
/* */
|
|
/* ************************************************************************** */
|
|
|
|
#ifndef MOVE_UTILS_H
|
|
# define MOVE_UTILS_H
|
|
|
|
void push_from_walls(void);
|
|
|
|
#endif
|