Restructuring, #9
This commit is contained in:
parent
2055ef234e
commit
dab6fadad4
41 changed files with 941 additions and 680 deletions
13
lib/RPGEngine/Input/Lose.hs
Normal file
13
lib/RPGEngine/Input/Lose.hs
Normal file
|
@ -0,0 +1,13 @@
|
|||
module RPGEngine.Input.Lose
|
||||
( handleInputLose
|
||||
) where
|
||||
|
||||
import RPGEngine.Input.Core ( InputHandler )
|
||||
|
||||
import RPGEngine.Data ( Game )
|
||||
|
||||
------------------------------ Exported ------------------------------
|
||||
|
||||
-- TODO
|
||||
handleInputLose :: InputHandler Game
|
||||
handleInputLose = undefined
|
Reference in a new issue