diff options
author | Rudy Bousset <rbousset@z2r4p3.le-101.fr> | 2020-02-24 17:18:11 +0100 |
---|---|---|
committer | Rudy Bousset <rbousset@z2r4p3.le-101.fr> | 2020-02-24 17:18:11 +0100 |
commit | 436d38d4a96a0b220ba2d254ec082c77b657e11e (patch) | |
tree | 2eeb447f134548aa2060fe833fbc64fb026cd1ad /src/ft_music.c | |
parent | Removed lifebars (diff) | |
download | 42-cub3d-436d38d4a96a0b220ba2d254ec082c77b657e11e.tar.gz 42-cub3d-436d38d4a96a0b220ba2d254ec082c77b657e11e.tar.bz2 42-cub3d-436d38d4a96a0b220ba2d254ec082c77b657e11e.tar.xz 42-cub3d-436d38d4a96a0b220ba2d254ec082c77b657e11e.tar.zst 42-cub3d-436d38d4a96a0b220ba2d254ec082c77b657e11e.zip |
Norme
Diffstat (limited to '')
-rw-r--r-- | src/ft_music.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ft_music.c b/src/ft_music.c index 1787d36..1be430b 100644 --- a/src/ft_music.c +++ b/src/ft_music.c @@ -1,3 +1,15 @@ +/* ************************************************************************** */ +/* */ +/* ::: :::::::: */ +/* ft_music.c :+: :+: :+: */ +/* +:+ +:+ +:+ */ +/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */ +/* +#+#+#+#+#+ +#+ */ +/* Created: 2020/02/24 17:17:54 by rbousset #+# #+# */ +/* Updated: 2020/02/24 17:17:56 by rbousset ### ########lyon.fr */ +/* */ +/* ************************************************************************** */ + #include <cub3d.h> void |