Unify config files, add capability to remember window position
This commit is contained in:
+2
-3
@@ -1,14 +1,13 @@
|
||||
module Preload
|
||||
( cleanUpPreload
|
||||
)
|
||||
where
|
||||
import Data.Preload
|
||||
import Preload.Render
|
||||
import Sound.Data
|
||||
|
||||
--import Control.Lens
|
||||
--import GHC.Word (Word32)
|
||||
import qualified SDL.Mixer as Mix
|
||||
|
||||
|
||||
cleanUpPreload :: PreloadData -> IO ()
|
||||
cleanUpPreload pd = do
|
||||
cleanUpRenderPreload $ _renderData pd
|
||||
|
||||
Reference in New Issue
Block a user