]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cd_null.c
cd audio now tied to sound system
[xonotic/darkplaces.git] / cd_null.c
index f9eb413dcaafb866b992a8bb284998f90e588f2b..628e26e5d0210a0168f0adea4962d4532b4efabb 100644 (file)
--- a/cd_null.c
+++ b/cd_null.c
@@ -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.
 
@@ -51,6 +51,10 @@ int CDAudio_Init(void)
        return 0;
 }
 
+int CDAudio_Startup(void)
+{
+       return 0;
+}
 
 void CDAudio_Shutdown(void)
 {