Allow setting stone colors to use

git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@338 72836036-5685-4462-b002-a69064685172
This commit is contained in:
Matthias Schiffer 2011-05-31 03:02:31 +02:00
parent c004a07a42
commit 25c6383c73
6 changed files with 170 additions and 97 deletions

View file

@ -15,7 +15,7 @@ public enum StoneColor {
/** */
VIOLET,
/** */
BROWN,
AQUA,
/** */
WHITE
GRAY
}