Enable sounds in menus

This commit is contained in:
2025-06-03 08:51:34 +01:00
parent 695cf3c5fd
commit e952f2abea
8 changed files with 348 additions and 326 deletions
+1
View File
@@ -27,6 +27,7 @@ data PlayStatus
| ToStart
| ToContinueStart
| ToStop
| ToStartMenu
deriving (Eq, Ord, Show, Read) --, Generic)
newtype SoundID = SoundID {_getSoundID :: Int}