Add support for gapless looping music.
This commit is contained in:
committed by
abcdefg30
parent
9916e4c4ac
commit
9b1cec7712
@@ -28,6 +28,7 @@ namespace OpenRA
|
||||
void StopAllSounds();
|
||||
void SetListenerPosition(WPos position);
|
||||
void SetSoundVolume(float volume, ISound music, ISound video);
|
||||
void SetSoundLooping(bool looping, ISound sound);
|
||||
}
|
||||
|
||||
public class SoundDevice
|
||||
|
||||
Reference in New Issue
Block a user