add Modes class

This commit is contained in:
Matthew Slowe
2017-10-08 22:05:54 +01:00
parent cc2c7eee29
commit b02ef52f65

View File

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