diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/jrummikub/model/ITable.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/jrummikub/model/ITable.java b/src/jrummikub/model/ITable.java index 08ca242..16fd4d3 100644 --- a/src/jrummikub/model/ITable.java +++ b/src/jrummikub/model/ITable.java @@ -13,4 +13,6 @@ public interface ITable extends IStoneTray<StoneSet> { /** Tests the Table for rule conflicts by checking all the {@link StoneSet} */
public boolean isValid();
+ StoneSet findStoneSet(Stone stone);
+
}
\ No newline at end of file |