aboutsummaryrefslogtreecommitdiff
path: root/parse/parse_south_texture.c
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-01-11 10:38:41 +0100
committerCharles <sircharlesaze@gmail.com>2020-01-11 10:39:37 +0100
commit0dcba6ff7e68ed13f8e6caadd80b77506b917050 (patch)
tree16e1393115941b87ca50f04f1e37511f3f7bbdb5 /parse/parse_south_texture.c
parent988e058680280e25d345b17d840c3c6d40e30a76 (diff)
downloadcub3d-0dcba6ff7e68ed13f8e6caadd80b77506b917050.tar.gz
cub3d-0dcba6ff7e68ed13f8e6caadd80b77506b917050.tar.bz2
cub3d-0dcba6ff7e68ed13f8e6caadd80b77506b917050.zip
Hardcore refactoring
Diffstat (limited to 'parse/parse_south_texture.c')
-rw-r--r--parse/parse_south_texture.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/parse/parse_south_texture.c b/parse/parse_south_texture.c
deleted file mode 100644
index 10ee403..0000000
--- a/parse/parse_south_texture.c
+++ /dev/null
@@ -1,19 +0,0 @@
-/* ************************************************************************** */
-/* */
-/* ::: :::::::: */
-/* parse_south_texture.c :+: :+: :+: */
-/* +:+ +:+ +:+ */
-/* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */
-/* +#+#+#+#+#+ +#+ */
-/* Created: 2019/11/15 09:29:55 by cacharle #+# #+# */
-/* Updated: 2019/11/15 09:30:46 by cacharle ### ########.fr */
-/* */
-/* ************************************************************************** */
-
-#include "cub3d.h"
-
-t_bool parse_south_texture(t_parsing *parsing, char *line)
-{
- parsing->south_texture_path = ft_strdup(line + 1);
- return (TRUE);
-}