12 lines
No EOL
265 B
Haskell
12 lines
No EOL
265 B
Haskell
module RPGEngine.Input.Lose
|
|
( handleInputLose
|
|
) where
|
|
|
|
import RPGEngine.Input.Core (InputHandler)
|
|
|
|
import RPGEngine.Data (Game)
|
|
|
|
------------------------------ Exported ------------------------------
|
|
|
|
handleInputLose :: InputHandler Game
|
|
handleInputLose = undefined |