pituicat/src/State/Loading/Update.hs

11 lines
174 B
Haskell
Raw Normal View History

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