cub3d/src/player/pay.h

21 lines
1,023 B
C
Raw Normal View History

2025-10-01 14:13:08 +02:00
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* pay.h :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: tchampio <tchampio@student.42lehavre.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* 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"
2025-10-01 17:40:07 +02:00
bool pay(t_cub3d_data *data, int amount, bool isdoor);
2025-10-01 14:13:08 +02:00
#endif // PAY_H