Add sound volume enums

This commit is contained in:
Iliyas Jorio 2020-11-21 14:24:44 +01:00
parent e182b79fd0
commit 534c44dfe2
1 changed files with 6 additions and 0 deletions

View File

@ -210,6 +210,12 @@ enum ESndInit
initNoDrop = 0x0008, // no drop-sample conversion
};
enum ESndVolume
{
kFullVolume = 0x0100,
kNoVolume = 0,
};
// Sound commands
enum ESndCmds
{