add missing module

This commit is contained in:
nek0 2021-01-11 16:54:17 +01:00
parent 2e359d9b0f
commit 43f5649ce5
1 changed files with 16 additions and 0 deletions

View 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 ()