org/homelinux/largo/games/board/Point.java
author Markus Bröker <mbroeker@largo.homelinux.org>
Sun, 10 May 2009 16:03:48 +0200
changeset 6 ad18534e08fd
parent 0 e0dbaef72362
child 13 f83884cc7d2f
permissions -rw-r--r--
Default Ant Rule for cleanup Erase all temporarly files in the project folder

/**
 *   $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;
};