0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/newtree synced 2025-03-21 15:48:19 +00:00

Added CDAudio_Pause

This commit is contained in:
Marcus Sundberg 2000-05-17 20:11:55 +00:00
parent f89f7fc5a4
commit 826c403823

View file

@ -41,6 +41,11 @@ void CDAudio_Stop(void)
}
void CDAudio_Pause(void)
{
}
void CDAudio_Resume(void)
{
}