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