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