comparison game/PieceType.java @ 2:1785f66a7beb

Cleanups.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 28 Jan 2011 16:53:06 +0200
parents 44f1e7b47fcf
children be0bf7544069
comparison
equal deleted inserted replaced
1:44f1e7b47fcf 2:1785f66a7beb
1 /* 1 /*
2 * Ristipolku 2 * Ristipolku
3 * (C) Copyright 2011 Matti 'ccr' Hämäläinen <ccr@tnsp.org> 3 * (C) Copyright 2011 Matti 'ccr' Hämäläinen <ccr@tnsp.org>
4 *
5 * Ohjelmointiprojekti Java-kurssille.
6 */ 4 */
7 package game; 5 package game;
8 6
9 public enum PieceType { START, NORMAL, ACTIVE, NONE } 7 public enum PieceType { START, NORMAL, ACTIVE, NONE }
10 8