diff options
author | Rudy Bousset <rbousset@z2r5p2.le-101.fr> | 2020-02-22 20:02:55 +0100 |
---|---|---|
committer | Rudy Bousset <rbousset@z2r5p2.le-101.fr> | 2020-02-22 20:02:55 +0100 |
commit | df40d6a1afda6b1af3eb3993ca12e2c8b0afcc79 (patch) | |
tree | e0c06a0d66dde335ff032504699e29b1df910508 /src | |
parent | Makefile update, better directory tree (diff) | |
download | 42-cub3d-df40d6a1afda6b1af3eb3993ca12e2c8b0afcc79.tar.gz 42-cub3d-df40d6a1afda6b1af3eb3993ca12e2c8b0afcc79.tar.bz2 42-cub3d-df40d6a1afda6b1af3eb3993ca12e2c8b0afcc79.tar.xz 42-cub3d-df40d6a1afda6b1af3eb3993ca12e2c8b0afcc79.tar.zst 42-cub3d-df40d6a1afda6b1af3eb3993ca12e2c8b0afcc79.zip |
New file for HUD
Diffstat (limited to 'src')
-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 */ +/* */ +/* ************************************************************************** */ + + |