aboutsummaryrefslogtreecommitdiffstats
path: root/src/ft_get_darkness.c
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-03-09 15:00:25 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-03-09 15:00:25 +0100
commit7a26634744e67c48eda6e7eb23241b9d37c62b5d (patch)
tree01ead6cd3f4d8edad1c854e9aade31b981ff7caa /src/ft_get_darkness.c
parentGood parse (diff)
download42-cub3d-7a26634744e67c48eda6e7eb23241b9d37c62b5d.tar.gz
42-cub3d-7a26634744e67c48eda6e7eb23241b9d37c62b5d.tar.bz2
42-cub3d-7a26634744e67c48eda6e7eb23241b9d37c62b5d.tar.xz
42-cub3d-7a26634744e67c48eda6e7eb23241b9d37c62b5d.tar.zst
42-cub3d-7a26634744e67c48eda6e7eb23241b9d37c62b5d.zip
Preparing to parse the darkness
Diffstat (limited to 'src/ft_get_darkness.c')
-rw-r--r--src/ft_get_darkness.c19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/ft_get_darkness.c b/src/ft_get_darkness.c
new file mode 100644
index 0000000..e9c3966
--- /dev/null
+++ b/src/ft_get_darkness.c
@@ -0,0 +1,19 @@
+/* ************************************************************************** */
+/* */
+/* ::: :::::::: */
+/* ft_get_darkness.c :+: :+: :+: */
+/* +:+ +:+ +:+ */
+/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* +#+#+#+#+#+ +#+ */
+/* Created: 2020/02/14 17:28:53 by rbousset #+# #+# */
+/* Updated: 2020/02/14 17:28:53 by rbousset ### ########lyon.fr */
+/* */
+/* ************************************************************************** */
+
+#include <cub3d.h>
+
+int8_t
+ ft_get_darkness(char **words, t_cub *clist)
+{
+ return (0);
+}