Couleur pour Windows + Directives testées

master
DahmaneYanis 2 years ago
parent 7a99908b40
commit 3acc028ac8

@ -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

Loading…
Cancel
Save