aboutsummaryrefslogtreecommitdiff
path: root/header.h
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2019-11-13 15:32:02 +0100
committerCharles <sircharlesaze@gmail.com>2019-11-13 15:32:02 +0100
commit2007f61ef09c0b538aca2a7f20428f81175f322f (patch)
tree2ead4c997b8643fb550492143e7f03629cbf976f /header.h
downloadcub3d-2007f61ef09c0b538aca2a7f20428f81175f322f.tar.gz
cub3d-2007f61ef09c0b538aca2a7f20428f81175f322f.tar.bz2
cub3d-2007f61ef09c0b538aca2a7f20428f81175f322f.zip
Initial commit
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