Fix dependency loop

This commit is contained in:
Tibo De Peuter 2022-12-22 13:31:46 +01:00
parent b7278d6afc
commit f529fc5237
25 changed files with 251 additions and 199 deletions

View file

@ -1,14 +1,15 @@
module RPGEngine.Render.Lose
module RPGEngine.Render.Lose
( renderLose
) where
import RPGEngine.Render.Core ( Renderer )
import RPGEngine.Render.Core (Renderer)
import RPGEngine.Data ( State )
import Graphics.Gloss ( text )
import RPGEngine.Data (State)
----------------------------------------------------------------------
import Graphics.Gloss (text)
------------------------------ Exported ------------------------------
-- TODO
renderLose :: Renderer State
renderLose _ = text "Win"
renderLose _ = text "You lose"