Skip to content
Snippets Groups Projects
Commit 39f23036 authored by Sarah CHERCHEM's avatar Sarah CHERCHEM
Browse files

BoardProperties : Add the methode columnCount

parent fcb67d22
No related branches found
No related tags found
No related merge requests found
...@@ -2,4 +2,5 @@ package model; ...@@ -2,4 +2,5 @@ package model;
public interface BoardProperties { public interface BoardProperties {
int rowCount(); // Nombre de lignes. int rowCount(); // Nombre de lignes.
int columnCount(); // Nombre de colonnes.
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment