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

Last change on this file since 36 was 28, checked in by mszubert, 16 years ago

cecj - coEvolutionary Computation in Java with additional games package

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id Revision
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.