]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cd_null.c
Added 2 builtins.
[xonotic/darkplaces.git] / cd_null.c
index 4d6667d3bf7a27d8cd85d26ac15f8fc1447e03db..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,8 +51,20 @@ int CDAudio_Init(void)
        return 0;
 }
 
+int CDAudio_Startup(void)
+{
+       return 0;
+}
 
 void CDAudio_Shutdown(void)
 {
 }
 
+
+void CDAudio_Open(void)
+{
+}
+
+void CDAudio_Close(void)
+{
+}