colors update !

This commit is contained in:
ALittlePatate
2022-09-03 15:55:16 +02:00
parent e624b56624
commit 8bc82bc93d
2 changed files with 34 additions and 6 deletions

View File

@@ -28,5 +28,6 @@ enum STATUS Calcul_Derivee(Poly* poly, float x, float *out);
#define LONGUEUR_X 20
#define LONGUEUR_Y 20
void Dessiner_Separateur();
bool use_colors = false;
enum STATUS Dessiner_Graph(Poly* poly);
int main();