module RPGEngine.Input.Lose ( handleInputLose ) where import RPGEngine.Input.Core ( InputHandler ) import RPGEngine.Data ( Game ) ------------------------------ Exported ------------------------------ -- TODO handleInputLose :: InputHandler Game handleInputLose = undefined