Cleanup
This commit is contained in:
+8
-9
@@ -1,17 +1,16 @@
|
||||
{-# LANGUAGE TemplateHaskell #-}
|
||||
module Data.Preload
|
||||
where
|
||||
import Data.Preload.Render
|
||||
import Sound.Data
|
||||
import Music
|
||||
|
||||
module Data.Preload where
|
||||
|
||||
import Control.Lens
|
||||
import Data.Preload.Render
|
||||
import Music
|
||||
import Sound.Data
|
||||
|
||||
data PreloadData = PreloadData
|
||||
{ _renderData :: RenderData
|
||||
, _soundData :: SoundData
|
||||
, _musicData :: MusicData
|
||||
{ _renderData :: RenderData
|
||||
, _soundData :: SoundData
|
||||
, _musicData :: MusicData
|
||||
}
|
||||
| DummyPdata
|
||||
|
||||
makeLenses ''PreloadData
|
||||
|
||||
Reference in New Issue
Block a user