aboutsummaryrefslogtreecommitdiffstats
path: root/src/ft_get_map_redo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ft_get_map_redo.c')
-rw-r--r--src/ft_get_map_redo.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ft_get_map_redo.c b/src/ft_get_map_redo.c
new file mode 100644
index 0000000..9b7793b
--- /dev/null
+++ b/src/ft_get_map_redo.c
@@ -0,0 +1,12 @@
+#include <libft.h>
+#include <cub3d.h>
+#include <stddef.h>
+#include <stdlib.h>
+
+int
+ft_get_map(int fd, t_cub *clist)
+{
+ (void)fd;
+ (void)clist;
+ return (0);
+}