mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-01-21 07:30:55 +00:00
Added CDAudio_Pause
This commit is contained in:
parent
f89f7fc5a4
commit
826c403823
1 changed files with 5 additions and 0 deletions
|
@ -41,6 +41,11 @@ void CDAudio_Stop(void)
|
|||
}
|
||||
|
||||
|
||||
void CDAudio_Pause(void)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
void CDAudio_Resume(void)
|
||||
{
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue