aboutsummaryrefslogtreecommitdiff
path: root/header.h
diff options
context:
space:
mode:
Diffstat (limited to 'header.h')
-rw-r--r--header.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/header.h b/header.h
new file mode 100644
index 0000000..6a35729
--- /dev/null
+++ b/header.h
@@ -0,0 +1,8 @@
+#ifndef HEADER_H
+# define HEADER_H
+
+# include "libft.h"
+
+
+
+#endif