aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-05-20 17:32:07 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-05-20 17:32:07 +0200
commit630a08bb8c1f1b9b25c3f66687e46c8cb37fa58a (patch)
treeac28370d9724f37905d990ffdfe46ce847ed61a3 /src
parentAdded Makefiles rules to start adventures (diff)
download42-cub3d-630a08bb8c1f1b9b25c3f66687e46c8cb37fa58a.tar.gz
42-cub3d-630a08bb8c1f1b9b25c3f66687e46c8cb37fa58a.tar.bz2
42-cub3d-630a08bb8c1f1b9b25c3f66687e46c8cb37fa58a.tar.xz
42-cub3d-630a08bb8c1f1b9b25c3f66687e46c8cb37fa58a.tar.zst
42-cub3d-630a08bb8c1f1b9b25c3f66687e46c8cb37fa58a.zip
Release edition
Diffstat (limited to 'src')
-rw-r--r--src/ft_bad_boy_actions.c6
-rw-r--r--src/ft_basic_keys.c6
-rw-r--r--src/ft_big_t.c6
-rw-r--r--src/ft_can_it_shoot.c6
-rw-r--r--src/ft_castray_loop.c6
-rw-r--r--src/ft_check_ext.c6
-rw-r--r--src/ft_check_map_line.c6
-rw-r--r--src/ft_check_map_surrounds.c6
-rw-r--r--src/ft_check_missing.c6
-rw-r--r--src/ft_check_missing_defines.c6
-rw-r--r--src/ft_check_missing_sfx.c6
-rw-r--r--src/ft_check_not_found.c6
-rw-r--r--src/ft_click_close.c6
-rw-r--r--src/ft_collision.c6
-rw-r--r--src/ft_convert_keycode.c6
-rw-r--r--src/ft_damage_bad_boy.c6
-rw-r--r--src/ft_death_hooks.c6
-rw-r--r--src/ft_death_screen.c6
-rw-r--r--src/ft_del_map.c6
-rw-r--r--src/ft_del_sfx_cmd.c6
-rw-r--r--src/ft_del_sprites_lists.c6
-rw-r--r--src/ft_del_tex.c6
-rw-r--r--src/ft_detect.c6
-rw-r--r--src/ft_draw_ammo_back.c6
-rw-r--r--src/ft_draw_ammo_bar.c6
-rw-r--r--src/ft_draw_ammo_caption.c6
-rw-r--r--src/ft_draw_circle.c6
-rw-r--r--src/ft_draw_handweap.c6
-rw-r--r--src/ft_draw_health_caption.c6
-rw-r--r--src/ft_draw_hud.c6
-rw-r--r--src/ft_draw_life_bar.c6
-rw-r--r--src/ft_draw_map.c6
-rw-r--r--src/ft_draw_map_back.c6
-rw-r--r--src/ft_draw_scene.c6
-rw-r--r--src/ft_draw_sprite.c6
-rw-r--r--src/ft_draw_sprite_extra.c6
-rw-r--r--src/ft_draw_square.c6
-rw-r--r--src/ft_draw_textures.c6
-rw-r--r--src/ft_error.c6
-rw-r--r--src/ft_exit.c6
-rw-r--r--src/ft_extra_keys.c6
-rw-r--r--src/ft_find_item.c6
-rw-r--r--src/ft_floor_cast.c6
-rw-r--r--src/ft_floor_cast_inits.c6
-rw-r--r--src/ft_floor_threads.c6
-rw-r--r--src/ft_free_words.c6
-rw-r--r--src/ft_get_colors.c6
-rw-r--r--src/ft_get_darkness.c6
-rw-r--r--src/ft_get_fps_count.c6
-rw-r--r--src/ft_get_map.c6
-rw-r--r--src/ft_get_map_dims.c6
-rw-r--r--src/ft_get_music.c6
-rw-r--r--src/ft_get_nlvl_pos.c6
-rw-r--r--src/ft_get_path_nl.c6
-rw-r--r--src/ft_get_player_spawn.c6
-rw-r--r--src/ft_get_res.c6
-rw-r--r--src/ft_get_screen_size.c6
-rw-r--r--src/ft_get_spawns.c6
-rw-r--r--src/ft_get_sprite.c6
-rw-r--r--src/ft_get_sprite_spawns.c6
-rw-r--r--src/ft_get_tex.c6
-rw-r--r--src/ft_get_tex_extra.c6
-rw-r--r--src/ft_get_tex_nl.c6
-rw-r--r--src/ft_get_traps.c6
-rw-r--r--src/ft_hex_to_rgb.c6
-rw-r--r--src/ft_hooks_and_loops.c6
-rw-r--r--src/ft_hud_threads.c6
-rw-r--r--src/ft_hud_threads_next.c6
-rw-r--r--src/ft_init_bad_boys.c6
-rw-r--r--src/ft_init_bmp.c6
-rw-r--r--src/ft_init_funptr.c6
-rw-r--r--src/ft_init_lists.c6
-rw-r--r--src/ft_init_map.c6
-rw-r--r--src/ft_init_s_ray.c6
-rw-r--r--src/ft_init_sfx.c6
-rw-r--r--src/ft_init_sprites.c6
-rw-r--r--src/ft_init_winlx.c6
-rw-r--r--src/ft_key_events.c6
-rw-r--r--src/ft_key_loop.c6
-rw-r--r--src/ft_key_release.c6
-rw-r--r--src/ft_music.c6
-rw-r--r--src/ft_parse_map.c6
-rw-r--r--src/ft_raycasting.c6
-rw-r--r--src/ft_rgb_to_hex.c6
-rw-r--r--src/ft_save_to_bmp.c6
-rw-r--r--src/ft_select_bad_boy_action.c6
-rw-r--r--src/ft_select_get.c6
-rw-r--r--src/ft_set_minimap_scale.c6
-rw-r--r--src/ft_sfx_bb_death.c6
-rw-r--r--src/ft_sfx_bb_fire.c6
-rw-r--r--src/ft_sfx_bb_scream.c6
-rw-r--r--src/ft_sfx_death.c6
-rw-r--r--src/ft_sfx_footstep.c6
-rw-r--r--src/ft_sfx_heal.c6
-rw-r--r--src/ft_sfx_new_level.c6
-rw-r--r--src/ft_sfx_ooa.c6
-rw-r--r--src/ft_sfx_pain.c6
-rw-r--r--src/ft_sfx_trap.c6
-rw-r--r--src/ft_sfx_weapon_one.c6
-rw-r--r--src/ft_sfx_weapon_three.c6
-rw-r--r--src/ft_sfx_weapon_two.c6
-rw-r--r--src/ft_sfx_weapon_two_alt.c6
-rw-r--r--src/ft_shoot.c6
-rw-r--r--src/ft_sort_s_t.c6
-rw-r--r--src/ft_suffer_animation.c6
-rw-r--r--src/ft_switch_weapons.c6
-rw-r--r--src/ft_tex_bad_boy_init.c6
-rw-r--r--src/ft_tex_init.c6
-rw-r--r--src/ft_tex_num_init.c6
-rw-r--r--src/ft_tex_sprites_extra_init.c6
-rw-r--r--src/ft_tex_weap_init.c6
-rw-r--r--src/ft_time.c6
-rw-r--r--src/ft_treat_args.c6
-rw-r--r--src/ft_wall_cast.c6
-rw-r--r--src/ft_wall_threads.c6
-rw-r--r--src/ft_warp_level.c6
-rw-r--r--src/main.c6
117 files changed, 351 insertions, 351 deletions
diff --git a/src/ft_bad_boy_actions.c b/src/ft_bad_boy_actions.c
index 4e332cc..7c68bdd 100644
--- a/src/ft_bad_boy_actions.c
+++ b/src/ft_bad_boy_actions.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_bad_boy_actions.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:28:51 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:28:51 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:28:51 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:28:51 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_basic_keys.c b/src/ft_basic_keys.c
index 48a1305..3b9ce42 100644
--- a/src/ft_basic_keys.c
+++ b/src/ft_basic_keys.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_basic_keys.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:43:55 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:43:56 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:43:55 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:43:56 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_big_t.c b/src/ft_big_t.c
index 00beebf..b78b9bf 100644
--- a/src/ft_big_t.c
+++ b/src/ft_big_t.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_sort_s_t.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/24 20:22:45 by rbousset #+# #+# */
-/* Updated: 2020/03/09 18:56:01 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/24 20:22:45 by joelecle #+# #+# */
+/* Updated: 2020/03/09 18:56:01 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_can_it_shoot.c b/src/ft_can_it_shoot.c
index 0029c39..38347ab 100644
--- a/src/ft_can_it_shoot.c
+++ b/src/ft_can_it_shoot.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_can_it_shoot.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:28:51 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:28:51 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:28:51 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:28:51 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_castray_loop.c b/src/ft_castray_loop.c
index 00cb589..4f16423 100644
--- a/src/ft_castray_loop.c
+++ b/src/ft_castray_loop.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_raycasting.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:22:57 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:23:42 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:22:57 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:23:42 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_check_ext.c b/src/ft_check_ext.c
index 9a953d0..0abc9b4 100644
--- a/src/ft_check_ext.c
+++ b/src/ft_check_ext.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_check_ext.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/17 15:33:28 by rbousset #+# #+# */
-/* Updated: 2020/02/17 15:33:29 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/17 15:33:28 by joelecle #+# #+# */
+/* Updated: 2020/02/17 15:33:29 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_check_map_line.c b/src/ft_check_map_line.c
index 44580db..ae50a51 100644
--- a/src/ft_check_map_line.c
+++ b/src/ft_check_map_line.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_check_map_line.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:28:34 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:28:37 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:28:34 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:28:37 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_check_map_surrounds.c b/src/ft_check_map_surrounds.c
index 8122cc3..b4b7d7f 100644
--- a/src/ft_check_map_surrounds.c
+++ b/src/ft_check_map_surrounds.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_check_map_surrounds.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:28:34 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:28:37 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:28:34 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:28:37 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_check_missing.c b/src/ft_check_missing.c
index 4fec8bb..b223e6f 100644
--- a/src/ft_check_missing.c
+++ b/src/ft_check_missing.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_check_missing.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:28:42 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:28:42 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:28:42 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:28:42 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_check_missing_defines.c b/src/ft_check_missing_defines.c
index bc4054c..71a0486 100644
--- a/src/ft_check_missing_defines.c
+++ b/src/ft_check_missing_defines.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_check_missing_defines.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:28:42 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:28:42 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:28:42 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:28:42 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_check_missing_sfx.c b/src/ft_check_missing_sfx.c
index 7790d95..5248cba 100644
--- a/src/ft_check_missing_sfx.c
+++ b/src/ft_check_missing_sfx.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_check_missing_sfx.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:28:42 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:28:42 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:28:42 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:28:42 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_check_not_found.c b/src/ft_check_not_found.c
index 25afe1a..1f5f4ab 100644
--- a/src/ft_check_not_found.c
+++ b/src/ft_check_not_found.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_check_not_found.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/19 19:26:27 by rbousset #+# #+# */
-/* Updated: 2020/02/19 19:26:28 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/19 19:26:27 by joelecle #+# #+# */
+/* Updated: 2020/02/19 19:26:28 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_click_close.c b/src/ft_click_close.c
index 814392a..65d314a 100644
--- a/src/ft_click_close.c
+++ b/src/ft_click_close.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_click_close.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:28:46 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:28:46 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:28:46 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:28:46 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_collision.c b/src/ft_collision.c
index ba44d49..071eb5d 100644
--- a/src/ft_collision.c
+++ b/src/ft_collision.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_collision.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/17 20:06:26 by rbousset #+# #+# */
-/* Updated: 2020/02/17 20:06:29 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/17 20:06:26 by joelecle #+# #+# */
+/* Updated: 2020/02/17 20:06:29 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_convert_keycode.c b/src/ft_convert_keycode.c
index 01d315c..d873cf8 100644
--- a/src/ft_convert_keycode.c
+++ b/src/ft_convert_keycode.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_convert_keycode.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/17 19:00:20 by rbousset #+# #+# */
-/* Updated: 2020/02/17 19:00:21 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/17 19:00:20 by joelecle #+# #+# */
+/* Updated: 2020/02/17 19:00:21 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_damage_bad_boy.c b/src/ft_damage_bad_boy.c
index 36c082f..36e996a 100644
--- a/src/ft_damage_bad_boy.c
+++ b/src/ft_damage_bad_boy.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_damage_bad_boy.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:22:32 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:23:42 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:22:32 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:23:42 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_death_hooks.c b/src/ft_death_hooks.c
index c6705b0..d856add 100644
--- a/src/ft_death_hooks.c
+++ b/src/ft_death_hooks.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_death_hooks.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:28:52 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:28:52 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:28:52 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:28:52 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_death_screen.c b/src/ft_death_screen.c
index 55a61cb..474c384 100644
--- a/src/ft_death_screen.c
+++ b/src/ft_death_screen.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_death_screen.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:20:05 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:20:06 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:20:05 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:20:06 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_del_map.c b/src/ft_del_map.c
index 49b9db9..9717084 100644
--- a/src/ft_del_map.c
+++ b/src/ft_del_map.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_del_map.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:28:46 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:28:46 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:28:46 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:28:46 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_del_sfx_cmd.c b/src/ft_del_sfx_cmd.c
index fdfdacd..6edacb9 100644
--- a/src/ft_del_sfx_cmd.c
+++ b/src/ft_del_sfx_cmd.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_del_sfx_cmd.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:28:46 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:28:46 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:28:46 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:28:46 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_del_sprites_lists.c b/src/ft_del_sprites_lists.c
index 2b37c26..7a73f0d 100644
--- a/src/ft_del_sprites_lists.c
+++ b/src/ft_del_sprites_lists.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_del_sprites_lists.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:28:46 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:28:46 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:28:46 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:28:46 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_del_tex.c b/src/ft_del_tex.c
index d2b5a1c..daf8acd 100644
--- a/src/ft_del_tex.c
+++ b/src/ft_del_tex.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_del_tex.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:28:46 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:28:46 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:28:46 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:28:46 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_detect.c b/src/ft_detect.c
index c7bdcbb..3bf40e3 100644
--- a/src/ft_detect.c
+++ b/src/ft_detect.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_detect.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:22:11 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:23:42 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:22:11 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:23:42 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_draw_ammo_back.c b/src/ft_draw_ammo_back.c
index 767127d..d8613bb 100644
--- a/src/ft_draw_ammo_back.c
+++ b/src/ft_draw_ammo_back.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_draw_ammo_back.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/22 20:02:47 by rbousset #+# #+# */
-/* Updated: 2020/02/22 20:02:48 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/22 20:02:47 by joelecle #+# #+# */
+/* Updated: 2020/02/22 20:02:48 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_draw_ammo_bar.c b/src/ft_draw_ammo_bar.c
index 627fdf6..69c6d3e 100644
--- a/src/ft_draw_ammo_bar.c
+++ b/src/ft_draw_ammo_bar.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_draw_ammo_bar.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/22 20:02:47 by rbousset #+# #+# */
-/* Updated: 2020/02/22 20:02:48 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/22 20:02:47 by joelecle #+# #+# */
+/* Updated: 2020/02/22 20:02:48 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_draw_ammo_caption.c b/src/ft_draw_ammo_caption.c
index 8c8ec2c..6e489be 100644
--- a/src/ft_draw_ammo_caption.c
+++ b/src/ft_draw_ammo_caption.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_draw_ammo_caption.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/22 20:02:47 by rbousset #+# #+# */
-/* Updated: 2020/02/22 20:02:48 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/22 20:02:47 by joelecle #+# #+# */
+/* Updated: 2020/02/22 20:02:48 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_draw_circle.c b/src/ft_draw_circle.c
index 4456aca..6d37c52 100644
--- a/src/ft_draw_circle.c
+++ b/src/ft_draw_circle.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_draw_circle.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/18 15:22:51 by rbousset #+# #+# */
-/* Updated: 2020/02/18 15:22:53 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/18 15:22:51 by joelecle #+# #+# */
+/* Updated: 2020/02/18 15:22:53 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_draw_handweap.c b/src/ft_draw_handweap.c
index 7c982bc..804aa51 100644
--- a/src/ft_draw_handweap.c
+++ b/src/ft_draw_handweap.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_draw_handweap.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/22 20:02:47 by rbousset #+# #+# */
-/* Updated: 2020/02/22 20:02:48 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/22 20:02:47 by joelecle #+# #+# */
+/* Updated: 2020/02/22 20:02:48 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_draw_health_caption.c b/src/ft_draw_health_caption.c
index 879fc44..24706e8 100644
--- a/src/ft_draw_health_caption.c
+++ b/src/ft_draw_health_caption.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_draw_health_caption.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/22 20:02:47 by rbousset #+# #+# */
-/* Updated: 2020/02/22 20:02:48 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/22 20:02:47 by joelecle #+# #+# */
+/* Updated: 2020/02/22 20:02:48 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_draw_hud.c b/src/ft_draw_hud.c
index ca553f0..5e0bed4 100644
--- a/src/ft_draw_hud.c
+++ b/src/ft_draw_hud.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_draw_hud.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/22 20:02:47 by rbousset #+# #+# */
-/* Updated: 2020/02/22 20:02:48 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/22 20:02:47 by joelecle #+# #+# */
+/* Updated: 2020/02/22 20:02:48 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_draw_life_bar.c b/src/ft_draw_life_bar.c
index b7dc161..46f0ebf 100644
--- a/src/ft_draw_life_bar.c
+++ b/src/ft_draw_life_bar.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_draw_life_bar.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/22 20:02:47 by rbousset #+# #+# */
-/* Updated: 2020/02/22 20:02:48 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/22 20:02:47 by joelecle #+# #+# */
+/* Updated: 2020/02/22 20:02:48 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_draw_map.c b/src/ft_draw_map.c
index 02bdfc3..4f34e37 100644
--- a/src/ft_draw_map.c
+++ b/src/ft_draw_map.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_draw_map.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:22:18 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:23:42 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:22:18 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:23:42 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_draw_map_back.c b/src/ft_draw_map_back.c
index 4945b3d..346bb5c 100644
--- a/src/ft_draw_map_back.c
+++ b/src/ft_draw_map_back.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_draw_map_back.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/22 20:02:47 by rbousset #+# #+# */
-/* Updated: 2020/02/22 20:02:48 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/22 20:02:47 by joelecle #+# #+# */
+/* Updated: 2020/02/22 20:02:48 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_draw_scene.c b/src/ft_draw_scene.c
index ad6b373..fb1ae53 100644
--- a/src/ft_draw_scene.c
+++ b/src/ft_draw_scene.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_draw_scene.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:28:46 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:28:46 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:28:46 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:28:46 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_draw_sprite.c b/src/ft_draw_sprite.c
index 2bf8274..b048521 100644
--- a/src/ft_draw_sprite.c
+++ b/src/ft_draw_sprite.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_draw_sprite.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/24 20:22:45 by rbousset #+# #+# */
-/* Updated: 2020/03/09 18:56:01 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/24 20:22:45 by joelecle #+# #+# */
+/* Updated: 2020/03/09 18:56:01 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_draw_sprite_extra.c b/src/ft_draw_sprite_extra.c
index 57cd143..b7ecb02 100644
--- a/src/ft_draw_sprite_extra.c
+++ b/src/ft_draw_sprite_extra.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_draw_sprite_extra.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/24 20:22:45 by rbousset #+# #+# */
-/* Updated: 2020/03/09 18:56:01 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/24 20:22:45 by joelecle #+# #+# */
+/* Updated: 2020/03/09 18:56:01 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_draw_square.c b/src/ft_draw_square.c
index a535be4..2e24333 100644
--- a/src/ft_draw_square.c
+++ b/src/ft_draw_square.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_draw_square.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:28:46 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:28:46 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:28:46 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:28:46 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_draw_textures.c b/src/ft_draw_textures.c
index 533564d..c87dc8c 100644
--- a/src/ft_draw_textures.c
+++ b/src/ft_draw_textures.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_basic_keys.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: fmoenne- <marvin@42.fr> +#+ +:+ +#+ */
+/* By: water_ma <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:43:55 by fmoenne- #+# #+# */
-/* Updated: 2020/02/14 17:43:56 by fmoenne- ### ########lyon.fr */
+/* Created: 2020/02/14 17:43:55 by water_ma #+# #+# */
+/* Updated: 2020/02/14 17:43:56 by water_ma ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_error.c b/src/ft_error.c
index a643b5c..e98f936 100644
--- a/src/ft_error.c
+++ b/src/ft_error.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_error.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:28:55 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:28:55 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:28:55 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:28:55 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_exit.c b/src/ft_exit.c
index 28e8a6f..3733d0c 100644
--- a/src/ft_exit.c
+++ b/src/ft_exit.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_exit.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:28:46 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:28:46 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:28:46 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:28:46 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_extra_keys.c b/src/ft_extra_keys.c
index 47c3535..beb51c2 100644
--- a/src/ft_extra_keys.c
+++ b/src/ft_extra_keys.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_extra_keys.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:22:32 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:23:42 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:22:32 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:23:42 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_find_item.c b/src/ft_find_item.c
index 1de7613..a76c1ac 100644
--- a/src/ft_find_item.c
+++ b/src/ft_find_item.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_find_item.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/17 20:06:26 by rbousset #+# #+# */
-/* Updated: 2020/02/17 20:06:29 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/17 20:06:26 by joelecle #+# #+# */
+/* Updated: 2020/02/17 20:06:29 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_floor_cast.c b/src/ft_floor_cast.c
index e80a299..7c3de95 100644
--- a/src/ft_floor_cast.c
+++ b/src/ft_floor_cast.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_floor_cast.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:22:57 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:23:42 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:22:57 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:23:42 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_floor_cast_inits.c b/src/ft_floor_cast_inits.c
index 74b76c6..8b573b7 100644
--- a/src/ft_floor_cast_inits.c
+++ b/src/ft_floor_cast_inits.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_floor_cast_inits.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:22:57 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:23:42 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:22:57 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:23:42 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_floor_threads.c b/src/ft_floor_threads.c
index c98395a..14b3eda 100644
--- a/src/ft_floor_threads.c
+++ b/src/ft_floor_threads.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_wall_threads.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:22:23 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:23:42 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:22:23 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:23:42 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_free_words.c b/src/ft_free_words.c
index 50795c2..df3d8df 100644
--- a/src/ft_free_words.c
+++ b/src/ft_free_words.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_free_words.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:28:47 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:28:47 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:28:47 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:28:47 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_get_colors.c b/src/ft_get_colors.c
index 0f79a7b..ce76a1d 100644
--- a/src/ft_get_colors.c
+++ b/src/ft_get_colors.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_get_colors.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:28:47 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:28:47 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:28:47 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:28:47 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_get_darkness.c b/src/ft_get_darkness.c
index 14a9f00..a6f8ed0 100644
--- a/src/ft_get_darkness.c
+++ b/src/ft_get_darkness.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_get_darkness.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:28:53 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:28:53 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:28:53 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:28:53 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_get_fps_count.c b/src/ft_get_fps_count.c
index 990f0ea..1ac415b 100644
--- a/src/ft_get_fps_count.c
+++ b/src/ft_get_fps_count.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_get_fps_count.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/17 20:06:26 by rbousset #+# #+# */
-/* Updated: 2020/02/17 20:06:29 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/17 20:06:26 by joelecle #+# #+# */
+/* Updated: 2020/02/17 20:06:29 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_get_map.c b/src/ft_get_map.c
index d2f0a31..5b55f54 100644
--- a/src/ft_get_map.c
+++ b/src/ft_get_map.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_get_map.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:28:47 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:28:47 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:28:47 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:28:47 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_get_map_dims.c b/src/ft_get_map_dims.c
index 281f2fb..4ce50cb 100644
--- a/src/ft_get_map_dims.c
+++ b/src/ft_get_map_dims.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_get_map_dims.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:28:47 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:28:47 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:28:47 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:28:47 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_get_music.c b/src/ft_get_music.c
index cf105a3..c611e6f 100644
--- a/src/ft_get_music.c
+++ b/src/ft_get_music.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_get_music.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/28 18:30:18 by rbousset #+# #+# */
-/* Updated: 2020/02/28 18:30:19 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/28 18:30:18 by joelecle #+# #+# */
+/* Updated: 2020/02/28 18:30:19 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_get_nlvl_pos.c b/src/ft_get_nlvl_pos.c
index db726e1..674157e 100644
--- a/src/ft_get_nlvl_pos.c
+++ b/src/ft_get_nlvl_pos.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_get_nlvl_pos.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/28 20:56:25 by rbousset #+# #+# */
-/* Updated: 2020/02/28 20:56:26 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/28 20:56:25 by joelecle #+# #+# */
+/* Updated: 2020/02/28 20:56:26 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_get_path_nl.c b/src/ft_get_path_nl.c
index 38f5b36..298a4b5 100644
--- a/src/ft_get_path_nl.c
+++ b/src/ft_get_path_nl.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_get_path_nl.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/28 18:30:18 by rbousset #+# #+# */
-/* Updated: 2020/02/28 18:30:19 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/28 18:30:18 by joelecle #+# #+# */
+/* Updated: 2020/02/28 18:30:19 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_get_player_spawn.c b/src/ft_get_player_spawn.c
index 8642096..a665cc2 100644
--- a/src/ft_get_player_spawn.c
+++ b/src/ft_get_player_spawn.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_get_player_spawn.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:28:47 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:28:47 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:28:47 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:28:47 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_get_res.c b/src/ft_get_res.c
index 4447c1d..0b6af8a 100644
--- a/src/ft_get_res.c
+++ b/src/ft_get_res.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_get_res.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:28:47 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:28:47 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:28:47 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:28:47 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_get_screen_size.c b/src/ft_get_screen_size.c
index 2b437c3..67037de 100644
--- a/src/ft_get_screen_size.c
+++ b/src/ft_get_screen_size.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_get_screen_size.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:28:47 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:28:47 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:28:47 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:28:47 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_get_spawns.c b/src/ft_get_spawns.c
index 9ac88b8..783261b 100644
--- a/src/ft_get_spawns.c
+++ b/src/ft_get_spawns.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_get_sprite_spawns.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:28:51 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:28:51 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:28:51 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:28:51 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_get_sprite.c b/src/ft_get_sprite.c
index 64a8284..d39ba0a 100644
--- a/src/ft_get_sprite.c
+++ b/src/ft_get_sprite.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_get_sprite.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:28:51 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:28:51 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:28:51 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:28:51 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_get_sprite_spawns.c b/src/ft_get_sprite_spawns.c
index 239a70b..98a5b1f 100644
--- a/src/ft_get_sprite_spawns.c
+++ b/src/ft_get_sprite_spawns.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_get_sprite_spawns.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:28:51 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:28:51 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:28:51 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:28:51 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_get_tex.c b/src/ft_get_tex.c
index 21096eb..d79c37e 100644
--- a/src/ft_get_tex.c
+++ b/src/ft_get_tex.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_get_tex.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:28:52 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:28:52 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:28:52 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:28:52 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_get_tex_extra.c b/src/ft_get_tex_extra.c
index 77f053b..85e5afe 100644
--- a/src/ft_get_tex_extra.c
+++ b/src/ft_get_tex_extra.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_get_tex_extra.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/28 18:24:52 by rbousset #+# #+# */
-/* Updated: 2020/02/28 18:24:56 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/28 18:24:52 by joelecle #+# #+# */
+/* Updated: 2020/02/28 18:24:56 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_get_tex_nl.c b/src/ft_get_tex_nl.c
index 0931df1..f35ba74 100644
--- a/src/ft_get_tex_nl.c
+++ b/src/ft_get_tex_nl.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_get_tex_nl.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/28 18:24:52 by rbousset #+# #+# */
-/* Updated: 2020/02/28 18:24:56 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/28 18:24:52 by joelecle #+# #+# */
+/* Updated: 2020/02/28 18:24:56 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_get_traps.c b/src/ft_get_traps.c
index 410ba55..f9fa7a0 100644
--- a/src/ft_get_traps.c
+++ b/src/ft_get_traps.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_get_traps.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/28 18:24:52 by rbousset #+# #+# */
-/* Updated: 2020/02/28 18:24:56 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/28 18:24:52 by joelecle #+# #+# */
+/* Updated: 2020/02/28 18:24:56 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_hex_to_rgb.c b/src/ft_hex_to_rgb.c
index 1732473..b859815 100644
--- a/src/ft_hex_to_rgb.c
+++ b/src/ft_hex_to_rgb.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_hex_to_rgb.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:28:58 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:28:58 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:28:58 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:28:58 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_hooks_and_loops.c b/src/ft_hooks_and_loops.c
index ccebf1d..2e32715 100644
--- a/src/ft_hooks_and_loops.c
+++ b/src/ft_hooks_and_loops.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_hooks_and_loops.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:28:52 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:28:52 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:28:52 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:28:52 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_hud_threads.c b/src/ft_hud_threads.c
index c120dc9..904691b 100644
--- a/src/ft_hud_threads.c
+++ b/src/ft_hud_threads.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_hud_threads.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/22 20:02:47 by rbousset #+# #+# */
-/* Updated: 2020/02/22 20:02:48 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/22 20:02:47 by joelecle #+# #+# */
+/* Updated: 2020/02/22 20:02:48 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_hud_threads_next.c b/src/ft_hud_threads_next.c
index d4754e0..c69d4c7 100644
--- a/src/ft_hud_threads_next.c
+++ b/src/ft_hud_threads_next.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_hud_threads.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/22 20:02:47 by rbousset #+# #+# */
-/* Updated: 2020/02/22 20:02:48 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/22 20:02:47 by joelecle #+# #+# */
+/* Updated: 2020/02/22 20:02:48 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_init_bad_boys.c b/src/ft_init_bad_boys.c
index bf4ae67..54dcab1 100644
--- a/src/ft_init_bad_boys.c
+++ b/src/ft_init_bad_boys.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_init_bad_boys.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:28:51 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:28:51 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:28:51 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:28:51 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_init_bmp.c b/src/ft_init_bmp.c
index 18c6002..6bc00d5 100644
--- a/src/ft_init_bmp.c
+++ b/src/ft_init_bmp.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_init_bmp.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:28:46 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:28:46 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:28:46 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:28:46 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_init_funptr.c b/src/ft_init_funptr.c
index 8f1eba2..24aad65 100644
--- a/src/ft_init_funptr.c
+++ b/src/ft_init_funptr.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_init_funptr.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:28:53 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:28:53 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:28:53 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:28:53 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_init_lists.c b/src/ft_init_lists.c
index 32c60f5..4a8d91d 100644
--- a/src/ft_init_lists.c
+++ b/src/ft_init_lists.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_init_lists.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:28:53 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:28:53 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:28:53 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:28:53 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_init_map.c b/src/ft_init_map.c
index c5c3888..f0c77a0 100644
--- a/src/ft_init_map.c
+++ b/src/ft_init_map.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_init_map.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:22:42 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:23:42 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:22:42 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:23:42 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_init_s_ray.c b/src/ft_init_s_ray.c
index ed68cd6..5f0b7a4 100644
--- a/src/ft_init_s_ray.c
+++ b/src/ft_init_s_ray.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_init_s_ray.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:22:48 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:23:42 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:22:48 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:23:42 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_init_sfx.c b/src/ft_init_sfx.c
index 2e0b268..86fe9da 100644
--- a/src/ft_init_sfx.c
+++ b/src/ft_init_sfx.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_init_lists.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:28:53 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:28:53 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:28:53 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:28:53 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_init_sprites.c b/src/ft_init_sprites.c
index 020f169..632099f 100644
--- a/src/ft_init_sprites.c
+++ b/src/ft_init_sprites.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_init_sprites.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:28:53 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:28:53 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:28:53 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:28:53 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_init_winlx.c b/src/ft_init_winlx.c
index 9835be8..6d8cc3e 100644
--- a/src/ft_init_winlx.c
+++ b/src/ft_init_winlx.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_init_winlx.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:28:54 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:28:54 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:28:54 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:28:54 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_key_events.c b/src/ft_key_events.c
index 8ea5b90..bb0afee 100644
--- a/src/ft_key_events.c
+++ b/src/ft_key_events.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_key_events.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:28:55 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:28:55 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:28:55 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:28:55 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_key_loop.c b/src/ft_key_loop.c
index 281c81e..e6a79f6 100644
--- a/src/ft_key_loop.c
+++ b/src/ft_key_loop.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_key_loop.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/17 20:06:26 by rbousset #+# #+# */
-/* Updated: 2020/02/17 20:06:29 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/17 20:06:26 by joelecle #+# #+# */
+/* Updated: 2020/02/17 20:06:29 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_key_release.c b/src/ft_key_release.c
index 58eb2bc..f0e3451 100644
--- a/src/ft_key_release.c
+++ b/src/ft_key_release.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_key_release.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/17 18:43:56 by rbousset #+# #+# */
-/* Updated: 2020/02/17 18:43:59 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/17 18:43:56 by joelecle #+# #+# */
+/* Updated: 2020/02/17 18:43:59 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_music.c b/src/ft_music.c
index 1371de7..44a5c8a 100644
--- a/src/ft_music.c
+++ b/src/ft_music.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_music.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/24 17:17:54 by rbousset #+# #+# */
-/* Updated: 2020/02/24 17:17:56 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/24 17:17:54 by joelecle #+# #+# */
+/* Updated: 2020/02/24 17:17:56 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_parse_map.c b/src/ft_parse_map.c
index 3141171..81f59ec 100644
--- a/src/ft_parse_map.c
+++ b/src/ft_parse_map.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_parse_map.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:28:56 by rbousset #+# #+# */
-/* Updated: 2020/03/09 17:27:29 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:28:56 by joelecle #+# #+# */
+/* Updated: 2020/03/09 17:27:29 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_raycasting.c b/src/ft_raycasting.c
index e01e4ff..7f50066 100644
--- a/src/ft_raycasting.c
+++ b/src/ft_raycasting.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_raycasting.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:22:57 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:23:42 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:22:57 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:23:42 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_rgb_to_hex.c b/src/ft_rgb_to_hex.c
index 2ef1862..6ae99a8 100644
--- a/src/ft_rgb_to_hex.c
+++ b/src/ft_rgb_to_hex.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_rgb_to_hex.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:28:58 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:28:58 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:28:58 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:28:58 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_save_to_bmp.c b/src/ft_save_to_bmp.c
index 24d28d8..aeb9f53 100644
--- a/src/ft_save_to_bmp.c
+++ b/src/ft_save_to_bmp.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_save_to_bmp.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/29 20:50:35 by rbousset #+# #+# */
-/* Updated: 2020/02/29 20:50:37 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/29 20:50:35 by joelecle #+# #+# */
+/* Updated: 2020/02/29 20:50:37 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_select_bad_boy_action.c b/src/ft_select_bad_boy_action.c
index 45f9d44..95722c3 100644
--- a/src/ft_select_bad_boy_action.c
+++ b/src/ft_select_bad_boy_action.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_select_bad_boy_actions.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:28:51 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:28:51 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:28:51 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:28:51 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_select_get.c b/src/ft_select_get.c
index 8c1df38..0106008 100644
--- a/src/ft_select_get.c
+++ b/src/ft_select_get.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_select_get.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:28:59 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:28:59 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:28:59 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:28:59 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_set_minimap_scale.c b/src/ft_set_minimap_scale.c
index ac464dd..1290eb1 100644
--- a/src/ft_set_minimap_scale.c
+++ b/src/ft_set_minimap_scale.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_set_minimap_scale.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:28:59 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:28:59 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:28:59 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:28:59 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_sfx_bb_death.c b/src/ft_sfx_bb_death.c
index a7ca6dc..f6aa17b 100644
--- a/src/ft_sfx_bb_death.c
+++ b/src/ft_sfx_bb_death.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_sfx_bb_death.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/24 17:17:54 by rbousset #+# #+# */
-/* Updated: 2020/02/24 17:17:56 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/24 17:17:54 by joelecle #+# #+# */
+/* Updated: 2020/02/24 17:17:56 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_sfx_bb_fire.c b/src/ft_sfx_bb_fire.c
index c6b00a1..c96f3fb 100644
--- a/src/ft_sfx_bb_fire.c
+++ b/src/ft_sfx_bb_fire.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_sfx_bb_fire.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/24 17:17:54 by rbousset #+# #+# */
-/* Updated: 2020/02/24 17:17:56 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/24 17:17:54 by joelecle #+# #+# */
+/* Updated: 2020/02/24 17:17:56 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_sfx_bb_scream.c b/src/ft_sfx_bb_scream.c
index c586184..a7ca5a7 100644
--- a/src/ft_sfx_bb_scream.c
+++ b/src/ft_sfx_bb_scream.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_sfx_bb_scream.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/24 17:17:54 by rbousset #+# #+# */
-/* Updated: 2020/02/24 17:17:56 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/24 17:17:54 by joelecle #+# #+# */
+/* Updated: 2020/02/24 17:17:56 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_sfx_death.c b/src/ft_sfx_death.c
index 558ed09..f0b616f 100644
--- a/src/ft_sfx_death.c
+++ b/src/ft_sfx_death.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_sfx_death.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/24 17:17:54 by rbousset #+# #+# */
-/* Updated: 2020/02/24 17:17:56 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/24 17:17:54 by joelecle #+# #+# */
+/* Updated: 2020/02/24 17:17:56 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_sfx_footstep.c b/src/ft_sfx_footstep.c
index d8367c9..6dc7157 100644
--- a/src/ft_sfx_footstep.c
+++ b/src/ft_sfx_footstep.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_sfx_footstep.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/24 17:17:54 by rbousset #+# #+# */
-/* Updated: 2020/02/24 17:17:56 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/24 17:17:54 by joelecle #+# #+# */
+/* Updated: 2020/02/24 17:17:56 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_sfx_heal.c b/src/ft_sfx_heal.c
index 2a8135e..fd164c1 100644
--- a/src/ft_sfx_heal.c
+++ b/src/ft_sfx_heal.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_sfx_heal.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/24 17:17:54 by rbousset #+# #+# */
-/* Updated: 2020/02/24 17:17:56 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/24 17:17:54 by joelecle #+# #+# */
+/* Updated: 2020/02/24 17:17:56 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_sfx_new_level.c b/src/ft_sfx_new_level.c
index 09cd8f1..fefd1a0 100644
--- a/src/ft_sfx_new_level.c
+++ b/src/ft_sfx_new_level.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_sfx_new_level.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/24 17:17:54 by rbousset #+# #+# */
-/* Updated: 2020/02/24 17:17:56 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/24 17:17:54 by joelecle #+# #+# */
+/* Updated: 2020/02/24 17:17:56 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_sfx_ooa.c b/src/ft_sfx_ooa.c
index 86f47a1..7f15b64 100644
--- a/src/ft_sfx_ooa.c
+++ b/src/ft_sfx_ooa.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_sfx_ooa.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/24 17:17:54 by rbousset #+# #+# */
-/* Updated: 2020/02/24 17:17:56 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/24 17:17:54 by joelecle #+# #+# */
+/* Updated: 2020/02/24 17:17:56 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_sfx_pain.c b/src/ft_sfx_pain.c
index ea46460..ebff033 100644
--- a/src/ft_sfx_pain.c
+++ b/src/ft_sfx_pain.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_sfx_pain.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/24 17:17:54 by rbousset #+# #+# */
-/* Updated: 2020/02/24 17:17:56 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/24 17:17:54 by joelecle #+# #+# */
+/* Updated: 2020/02/24 17:17:56 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_sfx_trap.c b/src/ft_sfx_trap.c
index 19c240b..372227f 100644
--- a/src/ft_sfx_trap.c
+++ b/src/ft_sfx_trap.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_sfx_trap.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/24 17:17:54 by rbousset #+# #+# */
-/* Updated: 2020/02/24 17:17:56 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/24 17:17:54 by joelecle #+# #+# */
+/* Updated: 2020/02/24 17:17:56 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_sfx_weapon_one.c b/src/ft_sfx_weapon_one.c
index 6725a68..4c4b689 100644
--- a/src/ft_sfx_weapon_one.c
+++ b/src/ft_sfx_weapon_one.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_sfx_weapon_one.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/24 17:17:54 by rbousset #+# #+# */
-/* Updated: 2020/02/24 17:17:56 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/24 17:17:54 by joelecle #+# #+# */
+/* Updated: 2020/02/24 17:17:56 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_sfx_weapon_three.c b/src/ft_sfx_weapon_three.c
index 2e94ee3..d220f61 100644
--- a/src/ft_sfx_weapon_three.c
+++ b/src/ft_sfx_weapon_three.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_sfx_weapon_three.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/24 17:17:54 by rbousset #+# #+# */
-/* Updated: 2020/02/24 17:17:56 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/24 17:17:54 by joelecle #+# #+# */
+/* Updated: 2020/02/24 17:17:56 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_sfx_weapon_two.c b/src/ft_sfx_weapon_two.c
index 4667ff5..b1438f0 100644
--- a/src/ft_sfx_weapon_two.c
+++ b/src/ft_sfx_weapon_two.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_sfx_weapon_two.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/24 17:17:54 by rbousset #+# #+# */
-/* Updated: 2020/02/24 17:17:56 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/24 17:17:54 by joelecle #+# #+# */
+/* Updated: 2020/02/24 17:17:56 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_sfx_weapon_two_alt.c b/src/ft_sfx_weapon_two_alt.c
index a4460bb..dd7d718 100644
--- a/src/ft_sfx_weapon_two_alt.c
+++ b/src/ft_sfx_weapon_two_alt.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_sfx_weapon_two_alt.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/24 17:17:54 by rbousset #+# #+# */
-/* Updated: 2020/02/24 17:17:56 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/24 17:17:54 by joelecle #+# #+# */
+/* Updated: 2020/02/24 17:17:56 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_shoot.c b/src/ft_shoot.c
index 7e0c90a..062f397 100644
--- a/src/ft_shoot.c
+++ b/src/ft_shoot.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_shoot.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:22:32 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:23:42 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:22:32 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:23:42 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_sort_s_t.c b/src/ft_sort_s_t.c
index 18007dd..9e5f08e 100644
--- a/src/ft_sort_s_t.c
+++ b/src/ft_sort_s_t.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_sort_s_t.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/24 20:22:45 by rbousset #+# #+# */
-/* Updated: 2020/03/09 18:56:01 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/24 20:22:45 by joelecle #+# #+# */
+/* Updated: 2020/03/09 18:56:01 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_suffer_animation.c b/src/ft_suffer_animation.c
index d813348..1065370 100644
--- a/src/ft_suffer_animation.c
+++ b/src/ft_suffer_animation.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_key_loop.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/17 20:06:26 by rbousset #+# #+# */
-/* Updated: 2020/02/17 20:06:29 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/17 20:06:26 by joelecle #+# #+# */
+/* Updated: 2020/02/17 20:06:29 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_switch_weapons.c b/src/ft_switch_weapons.c
index c936ed6..2d3ba07 100644
--- a/src/ft_switch_weapons.c
+++ b/src/ft_switch_weapons.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_switch_weapons.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:28:55 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:28:55 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:28:55 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:28:55 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_tex_bad_boy_init.c b/src/ft_tex_bad_boy_init.c
index 748d680..56da7ca 100644
--- a/src/ft_tex_bad_boy_init.c
+++ b/src/ft_tex_bad_boy_init.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_tex_bad_boy_init.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: fmoenne- <marvin@42.fr> +#+ +:+ +#+ */
+/* By: water_ma <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:43:55 by fmoenne- #+# #+# */
-/* Updated: 2020/02/14 17:43:56 by fmoenne- ### ########lyon.fr */
+/* Created: 2020/02/14 17:43:55 by water_ma #+# #+# */
+/* Updated: 2020/02/14 17:43:56 by water_ma ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_tex_init.c b/src/ft_tex_init.c
index 4e20f62..baad496 100644
--- a/src/ft_tex_init.c
+++ b/src/ft_tex_init.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_tex_init.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: fmoenne- <marvin@42.fr> +#+ +:+ +#+ */
+/* By: water_ma <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:43:55 by fmoenne- #+# #+# */
-/* Updated: 2020/02/14 17:43:56 by fmoenne- ### ########lyon.fr */
+/* Created: 2020/02/14 17:43:55 by water_ma #+# #+# */
+/* Updated: 2020/02/14 17:43:56 by water_ma ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_tex_num_init.c b/src/ft_tex_num_init.c
index 34b5c11..e749ff4 100644
--- a/src/ft_tex_num_init.c
+++ b/src/ft_tex_num_init.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_tex_num_init.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: fmoenne- <marvin@42.fr> +#+ +:+ +#+ */
+/* By: water_ma <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:43:55 by fmoenne- #+# #+# */
-/* Updated: 2020/02/14 17:43:56 by fmoenne- ### ########lyon.fr */
+/* Created: 2020/02/14 17:43:55 by water_ma #+# #+# */
+/* Updated: 2020/02/14 17:43:56 by water_ma ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_tex_sprites_extra_init.c b/src/ft_tex_sprites_extra_init.c
index 855d9f7..3c39f8d 100644
--- a/src/ft_tex_sprites_extra_init.c
+++ b/src/ft_tex_sprites_extra_init.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_tex_sprites_extra_init.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: fmoenne- <marvin@42.fr> +#+ +:+ +#+ */
+/* By: water_ma <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:43:55 by fmoenne- #+# #+# */
-/* Updated: 2020/02/14 17:43:56 by fmoenne- ### ########lyon.fr */
+/* Created: 2020/02/14 17:43:55 by water_ma #+# #+# */
+/* Updated: 2020/02/14 17:43:56 by water_ma ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_tex_weap_init.c b/src/ft_tex_weap_init.c
index 57717b7..b8f9881 100644
--- a/src/ft_tex_weap_init.c
+++ b/src/ft_tex_weap_init.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_tex_weap_init.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: fmoenne- <marvin@42.fr> +#+ +:+ +#+ */
+/* By: water_ma <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:43:55 by fmoenne- #+# #+# */
-/* Updated: 2020/02/14 17:43:56 by fmoenne- ### ########lyon.fr */
+/* Created: 2020/02/14 17:43:55 by water_ma #+# #+# */
+/* Updated: 2020/02/14 17:43:56 by water_ma ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_time.c b/src/ft_time.c
index 73d2379..f65f8d1 100644
--- a/src/ft_time.c
+++ b/src/ft_time.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_get_fps_count.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/17 20:06:26 by rbousset #+# #+# */
-/* Updated: 2020/02/17 20:06:29 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/17 20:06:26 by joelecle #+# #+# */
+/* Updated: 2020/02/17 20:06:29 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_treat_args.c b/src/ft_treat_args.c
index 19da836..9c3b632 100644
--- a/src/ft_treat_args.c
+++ b/src/ft_treat_args.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_treat_args.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:29:00 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:29:08 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:29:00 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:29:08 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_wall_cast.c b/src/ft_wall_cast.c
index 0585f94..7db08ad 100644
--- a/src/ft_wall_cast.c
+++ b/src/ft_wall_cast.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_wall_cast.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:22:23 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:23:42 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:22:23 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:23:42 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_wall_threads.c b/src/ft_wall_threads.c
index f7e6e50..f915fdc 100644
--- a/src/ft_wall_threads.c
+++ b/src/ft_wall_threads.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_wall_threads.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:22:23 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:23:42 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:22:23 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:23:42 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_warp_level.c b/src/ft_warp_level.c
index cbaf3f5..0954b1c 100644
--- a/src/ft_warp_level.c
+++ b/src/ft_warp_level.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_warp_level.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/28 20:54:28 by rbousset #+# #+# */
-/* Updated: 2020/02/28 20:54:29 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/28 20:54:28 by joelecle #+# #+# */
+/* Updated: 2020/02/28 20:54:29 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/main.c b/src/main.c
index 8702b42..62d4bf6 100644
--- a/src/main.c
+++ b/src/main.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* main.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:29:00 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:29:08 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:29:00 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:29:08 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */