Add sound source files

This commit is contained in:
2021-02-23 14:48:00 +01:00
parent 5bdd646900
commit 058873af50
7 changed files with 59 additions and 28 deletions
+7
View File
@@ -0,0 +1,7 @@
module Sound.Preload
where
import qualified SDL.Mixer as Mix
import qualified Data.IntMap as IM
type LoadedSounds = IM.IntMap Mix.Chunk