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
+6
View File
@@ -75,6 +75,7 @@
#include <sys\timeb.h>
#endif
#include "ccdde.h"
#include "AUDIOMIX.H"
#include <time.h>
@@ -349,6 +350,11 @@ bool Init_Game(int , char * [])
}
#endif
// Init the new audio system.
// jmarshall
AudMix_Init();
// jmarshall end
/*
** Play the startup animation.
*/