Fix dependency loop
This commit is contained in:
parent
b7278d6afc
commit
f529fc5237
25 changed files with 251 additions and 199 deletions
|
@ -6,6 +6,8 @@ module RPGEngine.Input.Core
|
|||
, handle
|
||||
, handleKey
|
||||
, handleAnyKey
|
||||
|
||||
, SpecialKey(..)
|
||||
) where
|
||||
|
||||
import Graphics.Gloss.Interface.Pure.Game
|
||||
|
|
Reference in a new issue