From 3acc028ac8e6e233a100b897a8b0c1c178e40b2e Mon Sep 17 00:00:00 2001 From: DahmaneYanis Date: Mon, 2 Jan 2023 14:34:07 +0100 Subject: [PATCH] =?UTF-8?q?Couleur=20pour=20Windows=20+=20Directives=20tes?= =?UTF-8?q?t=C3=A9es?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sae.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sae.h b/sae.h index c3b83c6..3dc44d1 100644 --- a/sae.h +++ b/sae.h @@ -10,13 +10,17 @@ */ #ifdef _WIN32 -#define clean system("cls") +#define clean system("cls"); +#define color system("color 70"); +void testColor(void); #endif #ifdef __linux__ #define clean system("clear") #endif + + /* ------------------------------------------------------------------------ Les structures