diff options
author | Rudy Bousset <rbousset@z2r5p2.le-101.fr> | 2020-02-29 20:39:06 +0100 |
---|---|---|
committer | Rudy Bousset <rbousset@z2r5p2.le-101.fr> | 2020-02-29 20:39:06 +0100 |
commit | 69773438b156d74db51287301ae0fdb456fec0a2 (patch) | |
tree | 5d102095cef27e4df6296a5d978c5b6cf0b0a453 /inc | |
parent | Removed opti flags (diff) | |
download | 42-cub3d-69773438b156d74db51287301ae0fdb456fec0a2.tar.gz 42-cub3d-69773438b156d74db51287301ae0fdb456fec0a2.tar.bz2 42-cub3d-69773438b156d74db51287301ae0fdb456fec0a2.tar.xz 42-cub3d-69773438b156d74db51287301ae0fdb456fec0a2.tar.zst 42-cub3d-69773438b156d74db51287301ae0fdb456fec0a2.zip |
Argv in progress
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 |