changeset 0 | e0dbaef72362 |
child 13 | f83884cc7d2f |
-1:000000000000 | 0:e0dbaef72362 |
---|---|
1 /** |
|
2 * $Id: Point.java 140 2008-04-25 07:03:13Z mbroeker $ |
|
3 * $URL: http://localhost/svn/eclipse/Schachspiel/trunk/org/homelinux/largo/games/board/Point.java $ |
|
4 */ |
|
5 |
|
6 package org.homelinux.largo.games.board; |
|
7 |
|
8 public class Point { |
|
9 int startx; |
|
10 int starty; |
|
11 int endx; |
|
12 int endy; |
|
13 }; |