pituicat/src/State/Loading/Update.hs

11 lines
174 B
Haskell

module State.Loading.Update where
import Affection
-- internal imports
import Types
initLoadUpdate :: GameData -> Double -> Affection ()
initLoadUpdate gd dt = return ()