diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-21 19:57:18 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-21 19:57:18 +0100 |
commit | fb6d429478e2a8983b52ffee7bb7b20b7bb11211 (patch) | |
tree | 0d1857684ea48edd6bb24c94f1d40c0c5b7a1cf3 /inc/cub3d.h | |
parent | Get recaled (diff) | |
download | 42-cub3d-fb6d429478e2a8983b52ffee7bb7b20b7bb11211.tar.gz 42-cub3d-fb6d429478e2a8983b52ffee7bb7b20b7bb11211.tar.bz2 42-cub3d-fb6d429478e2a8983b52ffee7bb7b20b7bb11211.tar.xz 42-cub3d-fb6d429478e2a8983b52ffee7bb7b20b7bb11211.tar.zst 42-cub3d-fb6d429478e2a8983b52ffee7bb7b20b7bb11211.zip |
Starting to valgrind
Diffstat (limited to 'inc/cub3d.h')
-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 2c25857..5f36a2e 100644 --- a/inc/cub3d.h +++ b/inc/cub3d.h @@ -36,6 +36,7 @@ t_bmp_info ft_init_bmp_info(void); t_rgb ft_hex_to_og_rgb(uint32_t color); int8_t ft_init_sfx(t_cub *cl); int8_t ft_init_sprites(t_sprite ***sprites); +int8_t ft_init_weaps(t_sprite ***weaps); /* ** ====== HOOKS ====== |