diff --git a/projet.use b/projet.use index 6e21614..efdca9d 100644 --- a/projet.use +++ b/projet.use @@ -27,8 +27,8 @@ enum EtatBateau { class Jeu operations - init(nom1: String,nom2: String): void - debut(): void + init(nom1: String,nom2: String): + debut(): end class Joueur @@ -41,7 +41,7 @@ end class Flotte operations - ajouterBateau(bateau: Bateau): void + ajouterBateau(bateau: Bateau): end class TypeCoup @@ -51,7 +51,7 @@ end class Plateau operations - afficherPlateau(CacherBateaux: Boolean): void + afficherPlateau(CacherBateaux: Boolean): end class Case @@ -60,7 +60,7 @@ attributes y: Integer type: TypeCase operations - changerEtat(nouveauEtat: TypeCase): void + changerEtat(nouveauEtat: TypeCase): getEtat(): TypeCase end