diff --git a/include/rush00.h b/include/rush0X.h similarity index 84% rename from include/rush00.h rename to include/rush0X.h index 895e8ae..fa260ee 100644 --- a/include/rush00.h +++ b/include/rush0X.h @@ -1,17 +1,17 @@ /* ************************************************************************** */ /* */ /* ::: :::::::: */ -/* rush00.h :+: :+: :+: */ +/* rush0X.h :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: tischmid +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2023/03/18 23:45:47 by tischmid #+# #+# */ -/* Updated: 2023/03/19 00:22:17 by tischmid ### ########.fr */ +/* Updated: 2023/03/19 02:03:44 by tischmid ### ########.fr */ /* */ /* ************************************************************************** */ -#ifndef RUSH00_H -# define RUSH00_H +#ifndef RUSH0X_H +# define RUSH0X_H void horiz_line(char left, char middle, char right, int width); void rush(int x, int y);