add Modes class

This commit is contained in:
Matthew Slowe 2017-10-08 22:05:54 +01:00
parent cc2c7eee29
commit b02ef52f65
No known key found for this signature in database
GPG Key ID: DE311E1AC27AC583

View File

@ -0,0 +1,7 @@
package uk.org.mafoo.wordsearch;
enum Modes {
NORMAL,
SIMPLE,
CROSSWORD,
}