mirror of
https://github.com/jmarshall23/CnC_Remastered_Collection.git
synced 2026-08-12 08:00:55 +02:00
10 lines
180 B
C++
10 lines
180 B
C++
// AUDIOMIX.H
|
|
//
|
|
|
|
|
|
#pragma once
|
|
|
|
void AudMix_Init(void);
|
|
const char* GetEffectFileName(int index);
|
|
const char* GetThemeMusicFileName(int index);
|
|
void AudMix_PlayMusic(int musicId); |