Réorganisation des fichiers et création du fichier Makefile
This commit is contained in:
@@ -18,9 +18,6 @@ int main (void) {
|
||||
|
||||
|
||||
InitialiserGraphique();
|
||||
|
||||
/*dimenion fenêtre*/
|
||||
|
||||
CreerFenetre(10,10,1450,840);
|
||||
|
||||
|
||||
@@ -42,16 +39,6 @@ int main (void) {
|
||||
RemplirRectangle( 1220, 17, 3, 806);
|
||||
|
||||
|
||||
|
||||
/*affichage du score */
|
||||
|
||||
RemplirRectangle( 1240, 17, 190, 3);
|
||||
RemplirRectangle( 1240, 17, 3, 806);
|
||||
RemplirRectangle( 1240, 820, 190, 3);/*
|
||||
RemplirRectangle( 1230, 806, 806, 3);*/
|
||||
|
||||
|
||||
|
||||
/* remplissage du plateau de jeux avec les couleur adéquate */
|
||||
|
||||
|
||||
@@ -85,7 +72,7 @@ int main (void) {
|
||||
|
||||
|
||||
|
||||
/* désallocation du tableau */
|
||||
/* déallocation du tableau */
|
||||
|
||||
for ( i = 0; i < LIGNES; i++) {
|
||||
|
||||
|
Reference in New Issue
Block a user