X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=cdaudio.h;h=e58e766cb41e02c1f92995792c190ea4293e6030;hb=1d7d32f43a3f0e4cb3f20e7a16c93c0cc7da6b98;hp=f3191d634aad800842a0d7a9455e0810a10d57d6;hpb=55ed30ad15c72f52aea124389b9997745d4dbf02;p=xonotic%2Fdarkplaces.git diff --git a/cdaudio.h b/cdaudio.h index f3191d63..e58e766c 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. @@ -18,6 +18,11 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +extern qboolean cdValid; +extern qboolean cdPlaying; +extern qboolean cdPlayLooping; +extern qbyte cdPlayTrack; + int CDAudio_Init(void); void CDAudio_Open(void); void CDAudio_Close(void); @@ -25,6 +30,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);