Fix dependency loop
This commit is contained in:
parent
b7278d6afc
commit
f529fc5237
25 changed files with 251 additions and 199 deletions
|
@ -2,13 +2,12 @@ module RPGEngine.Render.Paused
|
|||
( renderPaused
|
||||
) where
|
||||
|
||||
import RPGEngine.Render.Core ( Renderer, overlay )
|
||||
import RPGEngine.Render.Core (Renderer, overlay)
|
||||
|
||||
import RPGEngine.Data ( State (..) )
|
||||
import Graphics.Gloss ( pictures, scale, text )
|
||||
import RPGEngine.Render.Playing ( renderPlaying )
|
||||
import Graphics.Gloss.Data.Picture (color)
|
||||
import Graphics.Gloss.Data.Color (white)
|
||||
import RPGEngine.Data (State(..))
|
||||
import RPGEngine.Render.Playing (renderPlaying)
|
||||
|
||||
import Graphics.Gloss (pictures, white, color, Color(..), text, scale)
|
||||
|
||||
------------------------------ Exported ------------------------------
|
||||
|
||||
|
|
Reference in a new issue