]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cdaudio.h
cd audio now tied to sound system
[xonotic/darkplaces.git] / cdaudio.h
index f3191d634aad800842a0d7a9455e0810a10d57d6..c50ad484f5d6c3696850687ae2c7c253831bfb7b 100644 (file)
--- 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);