Cleanup (remove) _soundData, _musicData
This commit is contained in:
+4
-4
@@ -3,14 +3,14 @@
|
||||
module Data.Preload where
|
||||
|
||||
import Control.Lens
|
||||
import Data.IntMap.Strict
|
||||
import Data.Preload.Render
|
||||
import Music
|
||||
import Sound.Data
|
||||
import SDL.Mixer
|
||||
|
||||
data PreloadData = PreloadData
|
||||
{ _renderData :: RenderData
|
||||
, _soundData :: SoundData
|
||||
, _musicData :: MusicData
|
||||
, _soundData :: IntMap Chunk
|
||||
, _musicData :: IntMap Chunk
|
||||
}
|
||||
|
||||
makeLenses ''PreloadData
|
||||
|
||||
Reference in New Issue
Block a user