affection/src/Affection/Subsystems.hs

10 lines
290 B
Haskell
Raw Normal View History

2017-12-13 14:19:53 +00:00
module Affection.Subsystems
( module S
) where
import Affection.Subsystems.Class as S
import Affection.Subsystems.AffectionKeyboard as S
import Affection.Subsystems.AffectionWindow as S
import Affection.Subsystems.AffectionMouse as S
2018-01-09 17:40:54 +00:00
import Affection.Subsystems.AffectionJoystick as S