aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ft_drawmap.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ft_drawmap.c b/src/ft_drawmap.c
new file mode 100644
index 0000000..f944b11
--- /dev/null
+++ b/src/ft_drawmap.c
@@ -0,0 +1,7 @@
+#include <libft.h>
+
+int
+ft_drawmap(void)
+{
+ return (0);
+}