diff options
author | Rudy Bousset <rbousset@z2r5p2.le-101.fr> | 2020-02-21 20:45:25 +0100 |
---|---|---|
committer | Rudy Bousset <rbousset@z2r5p2.le-101.fr> | 2020-02-21 20:45:25 +0100 |
commit | c4ad1435021c8e1bcdde4af45c8247a893f94e86 (patch) | |
tree | 6020f1338c389f15e41bc71cdb109dbacaf14a8c /src | |
parent | basically C++ (diff) | |
download | 42-cub3d-c4ad1435021c8e1bcdde4af45c8247a893f94e86.tar.gz 42-cub3d-c4ad1435021c8e1bcdde4af45c8247a893f94e86.tar.bz2 42-cub3d-c4ad1435021c8e1bcdde4af45c8247a893f94e86.tar.xz 42-cub3d-c4ad1435021c8e1bcdde4af45c8247a893f94e86.tar.zst 42-cub3d-c4ad1435021c8e1bcdde4af45c8247a893f94e86.zip |
nul
Diffstat (limited to 'src')
-rw-r--r-- | src/ft_key_loop.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/ft_key_loop.c b/src/ft_key_loop.c index df163a9..2fe62e7 100644 --- a/src/ft_key_loop.c +++ b/src/ft_key_loop.c @@ -14,7 +14,6 @@ #include <cub3d.h> #include <stdint.h> #include <stddef.h> -#include <pthread.h> static void ft_collision(float old_y, float old_x, t_player *pl, t_map *ml) @@ -29,12 +28,6 @@ static void } } -static void -*ft_th_input(void *varg) -{ - return (NULL); -} - int ft_key_loop(t_cub *cl) { |