source:
java/ecj/games/GameMove.java
@
1326
Last change on this file since 1326 was 193, checked in by , 11 years ago | |
---|---|
|
|
File size: 91 bytes |
Rev | Line | |
---|---|---|
[44] | 1 | package games; |
2 | ||
3 | public interface GameMove { | |
4 | public int getRow(); | |
5 | ||
6 | public int getCol(); | |
7 | } |
Note: See TracBrowser
for help on using the repository browser.