mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-05 12:30:42 +00:00
39 lines
554 B
C
39 lines
554 B
C
void initsb(char dadigistat, char damusistat, int dasamplerate, char danumspeakers, char dabytespersample, char daintspersec, char daquality)
|
|
{
|
|
}
|
|
|
|
void uninitsb(void)
|
|
{
|
|
}
|
|
|
|
void setears(int daposx, int daposy, int daxvect, int dayvect)
|
|
{
|
|
}
|
|
|
|
void wsayfollow(char *dafilename, int dafreq, int davol, int *daxplc, int *dayplc, char followstat)
|
|
{
|
|
}
|
|
|
|
void wsay(char *dafilename, int dafreq, int volume1, int volume2)
|
|
{
|
|
}
|
|
|
|
void loadwaves(void)
|
|
{
|
|
}
|
|
|
|
void loadsong(char *filename)
|
|
{
|
|
}
|
|
|
|
void musicon(void)
|
|
{
|
|
}
|
|
|
|
void musicoff(void)
|
|
{
|
|
}
|
|
|
|
void refreshaudio(void)
|
|
{
|
|
}
|