diff options
| author | Dominik Kaiser | 2024-05-09 13:58:50 +0200 |
|---|---|---|
| committer | Dominik Kaiser | 2024-05-09 13:58:50 +0200 |
| commit | 7b7f18ebf7636b656788d8f0bfea5ab2662fd8dc (patch) | |
| tree | 92cffacb52f96bfc3a2e52419d7ae3b3234e37b7 /include/so_long.h | |
| parent | 0673f8b572b575bd5f3f9297cff615d61494dcdf (diff) | |
| download | so_long-7b7f18ebf7636b656788d8f0bfea5ab2662fd8dc.tar.gz so_long-7b7f18ebf7636b656788d8f0bfea5ab2662fd8dc.zip | |
Add MiniLibX
Diffstat (limited to 'include/so_long.h')
| -rw-r--r-- | include/so_long.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/so_long.h b/include/so_long.h index 5218524..c1c966b 100644 --- a/include/so_long.h +++ b/include/so_long.h @@ -6,13 +6,13 @@ /* 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 */ +/* Updated: 2024/05/09 12:01:41 by dkaiser ### ########.fr */ /* */ /* ************************************************************************** */ #ifndef SO_LONG_H #define SO_LONG_H - +#include "mlx.h" #endif // SO_LONG_H |
