X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=cdaudio.h;fp=cdaudio.h;h=c50ad484f5d6c3696850687ae2c7c253831bfb7b;hb=af4d8d7892ace10b13321577a55dc0630e315129;hp=f3191d634aad800842a0d7a9455e0810a10d57d6;hpb=9421536221704f072a0f1e11c14250996bbb6783;p=xonotic%2Fdarkplaces.git diff --git a/cdaudio.h b/cdaudio.h index f3191d63..c50ad484 100644 --- a/cdaudio.h +++ b/cdaudio.h @@ -8,7 +8,7 @@ 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. +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. @@ -25,6 +25,7 @@ void CDAudio_Play(qbyte track, qboolean looping); void CDAudio_Stop(void); void CDAudio_Pause(void); void CDAudio_Resume(void); +int CDAudio_Startup(void); void CDAudio_Shutdown(void); void CDAudio_Update(void);