From: Dominik Kaiser Date: Wed, 8 May 2024 12:14:47 +0000 (+0200) Subject: Setup basic project structure X-Git-Url: https://git.dkaiser.de/?a=commitdiff_plain;h=5792b85f2c545774d1597fe5e1671d169bcf6ae4;p=42%2Fso_long.git Setup basic project structure --- 5792b85f2c545774d1597fe5e1671d169bcf6ae4 diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..e69de29 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