/* Copyright (C) 1997-2001 Id Software, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ // // unix_snd_cd.c // #include "../client/snd_local.h" #include "unix_local.h" /* =========== CDAudio_Eject =========== */ static void CDAudio_Eject (void) { } /* =========== CDAudio_CloseDoor =========== */ static void CDAudio_CloseDoor (void) { } /* =========== CDAudio_GetAudioDiskInfo =========== */ static int CDAudio_GetAudioDiskInfo (void) { } /* =========== CDAudio_Pause =========== */ void CDAudio_Pause (void) { } /* =========== CDAudio_Play2 =========== */ void CDAudio_Play2 (int track, qBool looping) { } /* =========== CDAudio_Play =========== */ void CDAudio_Play (int track, qBool looping) { } /* =========== CDAudio_Stop =========== */ void CDAudio_Stop (void) { } /* =========== CDAudio_Resume =========== */ void CDAudio_Resume (void) { } /* =========== CD_f =========== */ static void CD_f (void) { } /* =========== CDAudio_Update =========== */ void CDAudio_Update (void) { } /* =========== CDAudio_Activate =========== */ void CDAudio_Activate (qBool active) { } /* =========== CDAudio_Init =========== */ qBool CDAudio_Init (void) { } /* =========== CDAudio_Shutdown =========== */ void CDAudio_Shutdown (void) { }