diff options
Diffstat (limited to 'users/glittershark/xanthous/src/Xanthous/Game/Draw.hs')
-rw-r--r-- | users/glittershark/xanthous/src/Xanthous/Game/Draw.hs | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/users/glittershark/xanthous/src/Xanthous/Game/Draw.hs b/users/glittershark/xanthous/src/Xanthous/Game/Draw.hs index b9bd8fdc039e..0e1fedc67d19 100644 --- a/users/glittershark/xanthous/src/Xanthous/Game/Draw.hs +++ b/users/glittershark/xanthous/src/Xanthous/Game/Draw.hs @@ -18,17 +18,9 @@ import Xanthous.Game.State import Xanthous.Entities.Character import Xanthous.Entities.Item (Item) import Xanthous.Game - ( GameState(..) - , entities - , revealedPositions - , characterPosition + ( characterPosition , characterVisiblePositions , character - , MessageHistory(..) - , messageHistory - , GamePromptState(..) - , promptState - , debugState, allRevealed ) import Xanthous.Game.Prompt import Xanthous.Orphans () |