Add file, move buffer swapping into doDrawing

This commit is contained in:
2023-03-02 12:48:47 +00:00
parent ed8efd21d9
commit 8456f9e02e
6 changed files with 143 additions and 63 deletions
-2
View File
@@ -6,13 +6,11 @@ import Sound.Data
import Music
import Control.Lens
import GHC.Word (Word32)
data PreloadData = PreloadData
{ _renderData :: RenderData
, _soundData :: SoundData
, _musicData :: MusicData
, _frameTimer :: Word32
}
| DummyPdata