Continue tweaking sound

This commit is contained in:
2021-09-12 20:33:33 +01:00
parent 51a85bd1ec
commit 72657294d1
89 changed files with 373 additions and 517 deletions
+1
View File
@@ -13,6 +13,7 @@ data SoundStatus
= JustStartedPlaying
| Playing
| ToStart
| ToContinueStart
deriving (Eq,Ord,Show)
newtype SoundID = SoundID { _getSoundID :: Int }