add missing module
This commit is contained in:
parent
2e359d9b0f
commit
43f5649ce5
1 changed files with 16 additions and 0 deletions
16
src/Scenes/Test/EventHandler.hs
Normal file
16
src/Scenes/Test/EventHandler.hs
Normal file
|
@ -0,0 +1,16 @@
|
|||
module Scenes.Test.EventHandler where
|
||||
|
||||
import Affection
|
||||
|
||||
import qualified SDL
|
||||
|
||||
-- internal imports
|
||||
|
||||
import Classes
|
||||
import Types
|
||||
|
||||
singleHandler
|
||||
:: Test
|
||||
:: Action
|
||||
-> Affection ()
|
||||
singleHandler level event = return ()
|
Loading…
Reference in a new issue