mirror of
https://github.com/jmarshall23/CnC_Remastered_Collection.git
synced 2026-08-17 17:00:29 +02:00
SMK movie audio works.
This commit is contained in:
+3
-1
@@ -8,4 +8,6 @@ void AudMix_Init(void);
|
||||
const char* GetEffectFileName(int index);
|
||||
const char* GetThemeMusicFileName(int index);
|
||||
void AudMix_PlayMusic(int musicId);
|
||||
const char* GetSpeechFileName(int index);
|
||||
const char* GetSpeechFileName(int index);
|
||||
void AudMix_QueueVideoAudio(const char* audio_buffer, int length, int rate);
|
||||
void AudMix_TickMovieAudio(void);
|
||||
Reference in New Issue
Block a user