pituicat/src/Scenes/Test/EventHandler.hs

17 lines
221 B
Haskell
Raw Normal View History

2021-01-11 15:54:17 +00:00
module Scenes.Test.EventHandler where
import Affection
import qualified SDL
-- internal imports
import Classes
import Types
singleHandler
:: Test
:: Action
-> Affection ()
singleHandler level event = return ()