view game/PieceType.java @ 176:9d3ff9605555

Change AboutBox to a "dialog" and implement Ok/close button for closing it.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 16 Mar 2017 10:44:38 +0200
parents e8eeac403e5f
children
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 }