#12 Fix rendering of zones
This commit is contained in:
parent
d0b708db62
commit
0825c64da0
2 changed files with 121 additions and 0 deletions
|
@ -9,6 +9,10 @@ module PatienceBoard
|
|||
|
||||
, handleInputs
|
||||
, initGame
|
||||
|
||||
, isInGame
|
||||
, isInEnding
|
||||
, isInPile
|
||||
) where
|
||||
|
||||
import CardDeck
|
||||
|
|
Reference in a new issue