affection-0.0.0.7: A simple Game Engine using SDL

Safe HaskellNone
LanguageHaskell2010

Affection

Synopsis

Documentation

withAffection Source #

Arguments

:: AffectionConfig us

Configuration of the Game and its engine.

-> IO () 

Main function which bootstraps everything else.

get :: MonadState s m => m s #

put :: MonadState s m => s -> m () #