implemented pMinPlayerC

This commit is contained in:
Jonathan Lamothe
2019-10-09 01:24:55 -04:00
parent e1a48afc5c
commit ffe9b7f87f
2 changed files with 13 additions and 2 deletions

View File

@@ -244,7 +244,14 @@ confirmGoalDataC = Controller
}
pMinPlayerC :: Controller
pMinPlayerC = undefined
pMinPlayerC = Controller
{ drawController = \s -> do
header s
drawPrompt pMinPlayerPrompt s
, handleController = \e -> do
promptHandler pMinPlayerPrompt e
return True
}
getPMinsC :: Controller
getPMinsC = undefined