iOS Support (#113)

undefined
This commit is contained in:
Brent
2024-01-22 09:22:41 -06:00
committed by GitHub
parent 90a15340b1
commit afe875e4fa
109 changed files with 6523 additions and 1105 deletions

View File

@@ -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()
{
}