added new game menu

This commit is contained in:
Jonathan Lamothe
2019-08-20 11:17:24 -04:00
parent 113127d33d
commit 43c2a4ff4e
4 changed files with 49 additions and 7 deletions

View File

@@ -94,7 +94,11 @@ data ProgState = ProgState
} deriving (Eq, Show)
-- | The program mode
data ProgMode = MainMenu | NewSeason deriving (Eq, Show)
data ProgMode
= MainMenu
| NewSeason
| NewGame
deriving (Eq, Show)
-- | Represents the database
data Database = Database