Fix dependency loop
This commit is contained in:
parent
b7278d6afc
commit
f529fc5237
25 changed files with 251 additions and 199 deletions
|
@ -2,12 +2,11 @@ module RPGEngine.Input.Lose
|
|||
( handleInputLose
|
||||
) where
|
||||
|
||||
import RPGEngine.Input.Core ( InputHandler )
|
||||
import RPGEngine.Input.Core (InputHandler)
|
||||
|
||||
import RPGEngine.Data ( Game )
|
||||
import RPGEngine.Data (Game)
|
||||
|
||||
------------------------------ Exported ------------------------------
|
||||
|
||||
-- TODO
|
||||
handleInputLose :: InputHandler Game
|
||||
handleInputLose = undefined
|
Reference in a new issue