/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* pay.h :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: tchampio +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2025/10/01 14:05:08 by tchampio #+# #+# */ /* Updated: 2025/10/01 14:06:19 by tchampio ### ########.fr */ /* */ /* ************************************************************************** */ #ifndef PAY_H # define PAY_H # include "../cub3d_data.h" bool pay(t_cub3d_data *data, int amount, bool isdoor); #endif // PAY_H