Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

Commit

Permalink
Correction du ; manquant
Browse files Browse the repository at this point in the history
  • Loading branch information
Feelzor committed Jan 24, 2019
1 parent e6ecd8d commit 98a9233
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p_vue_graph.ads
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ package p_vue_graph is
chronoJeu: T_ActualisationJeu;

procedure ajouterBoutonInvisible (f: in out TR_Fenetre; nomElement : in String;
x, y : in Natural; largeur, hauteur : in Positive)
x, y : in Natural; largeur, hauteur : in Positive);
-- {} => {Ajoute un bouton qui n'est pas visible mais est cliquable à l'écran}

procedure afficherGrille(fen: in out TR_Fenetre; x,y: in natural);
Expand Down
Binary file modified score
Binary file not shown.

0 comments on commit 98a9233

Please sign in to comment.