summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Kaiser2024-05-08 14:14:47 +0200
committerDominik Kaiser2024-05-08 14:14:47 +0200
commit5792b85f2c545774d1597fe5e1671d169bcf6ae4 (patch)
treec3e9bf4bbf373804254d6b5c0ad03fe2ddeb7901
downloadso_long-5792b85f2c545774d1597fe5e1671d169bcf6ae4.tar.gz
so_long-5792b85f2c545774d1597fe5e1671d169bcf6ae4.zip
Setup basic project structure
-rw-r--r--Makefile0
-rw-r--r--includes/so_long.h18
-rw-r--r--src/main.c13
3 files changed, 31 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/Makefile
diff --git a/includes/so_long.h b/includes/so_long.h
new file mode 100644
index 0000000..5218524
--- /dev/null
+++ b/includes/so_long.h
@@ -0,0 +1,18 @@
+/* ************************************************************************** */
+/* */
+/* ::: :::::::: */
+/* so_long.h :+: :+: :+: */
+/* +:+ +:+ +:+ */
+/* By: dkaiser <dkaiser@student.42heilbronn.de +#+ +:+ +#+ */
+/* +#+#+#+#+#+ +#+ */
+/* Created: 2024/05/08 14:14:02 by dkaiser #+# #+# */
+/* Updated: 2024/05/08 14:14:36 by dkaiser ### ########.fr */
+/* */
+/* ************************************************************************** */
+
+#ifndef SO_LONG_H
+#define SO_LONG_H
+
+
+
+#endif // SO_LONG_H
diff --git a/src/main.c b/src/main.c
new file mode 100644
index 0000000..6f498ed
--- /dev/null
+++ b/src/main.c
@@ -0,0 +1,13 @@
+/* ************************************************************************** */
+/* */
+/* ::: :::::::: */
+/* main.c :+: :+: :+: */
+/* +:+ +:+ +:+ */
+/* By: dkaiser <dkaiser@student.42heilbronn.de +#+ +:+ +#+ */
+/* +#+#+#+#+#+ +#+ */
+/* Created: 2024/05/08 14:14:13 by dkaiser #+# #+# */
+/* Updated: 2024/05/08 14:14:21 by dkaiser ### ########.fr */
+/* */
+/* ************************************************************************** */
+
+#include "so_long.h"