pituicat/src/State/Loading/Draw.hs

11 lines
155 B
Haskell
Raw Normal View History

2020-10-16 23:53:25 +00:00
module State.Loading.Draw where
import Affection
-- internal imports
import Types
initLoadDraw :: GameData -> Affection ()
initLoadDraw gd = return ()