org/homelinux/largo/games/board/Point.java
author Markus Bröker <mbroeker@largo.homelinux.org>
Wed, 13 May 2009 14:08:44 +0200
changeset 9 506c7ab82d39
parent 0 e0dbaef72362
child 13 f83884cc7d2f
permissions -rw-r--r--
ant build file improved this will be the default build file for all my java projects

/**
 *   $Id: Point.java 140 2008-04-25 07:03:13Z mbroeker $
 *  $URL: http://localhost/svn/eclipse/Schachspiel/trunk/org/homelinux/largo/games/board/Point.java $
 */

package org.homelinux.largo.games.board;

public class Point {
	int startx;
	int starty;
	int endx;
	int endy;
};