diff options
-rw-r--r-- | src/ft_draw_hud.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ft_draw_hud.c b/src/ft_draw_hud.c new file mode 100644 index 0000000..6c05f31 --- /dev/null +++ b/src/ft_draw_hud.c @@ -0,0 +1,13 @@ +/* ************************************************************************** */ +/* */ +/* ::: :::::::: */ +/* ft_draw_hud.c :+: :+: :+: */ +/* +:+ +:+ +:+ */ +/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */ +/* +#+#+#+#+#+ +#+ */ +/* Created: 2020/02/22 20:02:47 by rbousset #+# #+# */ +/* Updated: 2020/02/22 20:02:48 by rbousset ### ########lyon.fr */ +/* */ +/* ************************************************************************** */ + + |