comparison game/PieceType.java @ 151:d6d92845d6a2

ISO-8859-1 -> UTF-8.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 06 Feb 2013 10:23:28 +0200
parents be0bf7544069
children
comparison
equal deleted inserted replaced
150:b0c05b8b59ca 151:d6d92845d6a2
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 */ 4 */
5 package game; 5 package game;
6 6
7 public enum PieceType { START, LOCKED, ACTIVE, NONE } 7 public enum PieceType { START, LOCKED, ACTIVE, NONE }
8 8