From 1531bc9550b736f61cb877a801d2188379f46924 Mon Sep 17 00:00:00 2001 From: Timo Schmidt Date: Sun, 19 Mar 2023 02:13:33 +0100 Subject: [PATCH] Rename rush00.h to rush0X.h --- include/{rush00.h => rush0X.h} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename include/{rush00.h => rush0X.h} (84%) 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);