summaryrefslogtreecommitdiff
path: root/src/d_main.c
diff options
context:
space:
mode:
authorSimon Howard2007-06-17 18:40:02 +0000
committerSimon Howard2007-06-17 18:40:02 +0000
commitbeab4eb58b667a5883166bd1dd7bc33369a005c7 (patch)
treea6574cd329b3caea7a600ec6ce9184cc79ffb494 /src/d_main.c
parent5fc7913741e9f722e31735baea10f635fc18acce (diff)
downloadchocolate-doom-beab4eb58b667a5883166bd1dd7bc33369a005c7.tar.gz
chocolate-doom-beab4eb58b667a5883166bd1dd7bc33369a005c7.tar.bz2
chocolate-doom-beab4eb58b667a5883166bd1dd7bc33369a005c7.zip
Split i_sound.c into i_sdlsound.c, i_sdlmusic.c, with generic "sound
driver" modules, one for PC speaker and one for digital output. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 913
Diffstat (limited to 'src/d_main.c')
-rw-r--r--src/d_main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/d_main.c b/src/d_main.c
index 65cb6bb9..6981b884 100644
--- a/src/d_main.c
+++ b/src/d_main.c
@@ -59,7 +59,6 @@
#include "p_saveg.h"
#include "i_system.h"
-#include "i_sound.h"
#include "i_timer.h"
#include "i_video.h"