diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-15 16:59:07 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-15 16:59:07 +0200 |
commit | 054b263e6851831049703fee8a1e5a185c36a71e (patch) | |
tree | e5d299ae52730095c5333f9be78254d4ce7c1922 /src | |
parent | Pretty compliant but mutex problems (diff) | |
download | 42-cub3d-054b263e6851831049703fee8a1e5a185c36a71e.tar.gz 42-cub3d-054b263e6851831049703fee8a1e5a185c36a71e.tar.bz2 42-cub3d-054b263e6851831049703fee8a1e5a185c36a71e.tar.xz 42-cub3d-054b263e6851831049703fee8a1e5a185c36a71e.tar.zst 42-cub3d-054b263e6851831049703fee8a1e5a185c36a71e.zip |
Not good
Diffstat (limited to 'src')
-rw-r--r-- | src/ft_sfx_weapon_one.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ft_sfx_weapon_one.c b/src/ft_sfx_weapon_one.c index 6cecc4e..2cc8dcc 100644 --- a/src/ft_sfx_weapon_one.c +++ b/src/ft_sfx_weapon_one.c @@ -14,7 +14,6 @@ #include <stdlib.h> #include <pthread.h> -#include <libft.h> void *ft_sfx_w_one_load_thread(void *vargp) { |