Another structure overhaul
This commit is contained in:
parent
3b0de65de1
commit
0720f3b719
14 changed files with 158 additions and 148 deletions
|
@ -4,9 +4,9 @@ module RPGEngine.Input
|
|||
( handleAllInput
|
||||
) where
|
||||
|
||||
import RPGEngine.Internals.Data.Game
|
||||
import RPGEngine.Internals.Data.State
|
||||
import RPGEngine.Internals.Input
|
||||
import RPGEngine.Data.Types
|
||||
import RPGEngine.Data.State
|
||||
import RPGEngine.Input.Core
|
||||
|
||||
import Graphics.Gloss.Interface.IO.Game
|
||||
|
||||
|
|
Reference in a new issue