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
+8
View File
@@ -0,0 +1,8 @@
// AUDIOMIX.H
//
#pragma once
void AudMix_Init(void);
const char* GetEffectFileName(int index);