Bring back FMOD audio backend.

This commit is contained in:
2023-06-17 22:44:02 +02:00
parent 36eae40926
commit 52a3b2f87d
12 changed files with 7407 additions and 214 deletions

View File

@@ -32,4 +32,9 @@ namespace DaggerFramework.Audio
private LehmerRandom _random = new LehmerRandom();
}
public struct SoundInstance
{
}
}