view game/PieceType.java @ 63:1c7a97d80120

Some work on the sound code ...
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 25 Feb 2011 07:26:58 +0200
parents be0bf7544069
children d6d92845d6a2
line wrap: on
line source

/*
 * Ristipolku
 * (C) Copyright 2011 Matti 'ccr' Hämäläinen <ccr@tnsp.org>
 */
package game;

public enum PieceType { START, LOCKED, ACTIVE, NONE }