source: java/ecj/games/GameMove.java @ 48

Last change on this file since 48 was 44, checked in by mszubert, 14 years ago

cecj, framsticks and games packages imported

File size: 91 bytes
Line 
1package games;
2
3public interface GameMove {
4        public int getRow();
5
6        public int getCol();
7}
Note: See TracBrowser for help on using the repository browser.