diff options
Diffstat (limited to 'inc')
-rw-r--r-- | inc/cub3d.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/cub3d.h b/inc/cub3d.h index f534fe8..c1ed9c3 100644 --- a/inc/cub3d.h +++ b/inc/cub3d.h @@ -86,5 +86,6 @@ void ft_music(t_cub *cl); void ft_draw_sprite(t_cub *cl, int i); int8_t ft_warp_level(t_cub *cl); t_rgb ft_init_rgb(void); +void ft_save_to_bmp(void); # endif |