46 #include "sound_openal.h"
62 DISTI_EXPORT
bool IsValid() {
return false; }
64 DISTI_EXPORT
void LoadSound(
char* fileName,
int index) { }
66 DISTI_EXPORT
void LoadSounds(
char* firstFileName, ...) { }
70 DISTI_EXPORT
void SetMasterVolume(
float volume) { }
72 DISTI_EXPORT
float GetMasterVolume() {
return 1.0; }
74 DISTI_EXPORT
void Play(
int index) { }
76 DISTI_EXPORT
void Play(
int index,
float volume) { }
SoundSystem(int maxSounds)
The disti::SoundSystem class. Allows playback of digitized audio.
void LoadSound(char *fn, int index)
void ClearSound(int index)
Definition: bmpimage.h:46
void LoadSounds(char *firstArg,...)