mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-11 20:11:18 +03:00
@@ -44,3 +44,19 @@ void SoundSystem::stop(const std::string& sound)
|
||||
void SoundSystem::playAt(const SoundDesc& sound, float x, float y, float z, float a, float b)
|
||||
{
|
||||
}
|
||||
|
||||
void SoundSystem::startEngine()
|
||||
{
|
||||
}
|
||||
|
||||
void SoundSystem::stopEngine()
|
||||
{
|
||||
}
|
||||
|
||||
void SoundSystem::muteAudio()
|
||||
{
|
||||
}
|
||||
|
||||
void SoundSystem::unMuteAudio()
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user