Initial OpenAL code.

This commit is contained in:
Justin Marshall
2020-06-02 12:39:34 -07:00
parent a529937ee5
commit c09d3cf3cd
17 changed files with 2889 additions and 158 deletions
+4
View File
@@ -285,6 +285,10 @@ struct SoundEffectNameStruct {
};
const char* GetEffectFileName(int index) {
return SoundEffectName[index].Name;
}
//
// External handlers. MBL 06.17.2019
//