Skip to content

Commit 8620604

Browse files
authored
Update Grid.java
1 parent f0178b6 commit 8620604

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/connect4/connectFour/Grid.java

+2
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,6 @@ public interface Grid
7575
public int getWinningPlayer();
7676

7777
public void undo();
78+
79+
public Grid clone();
7880
}

0 commit comments

Comments
 (0)