summaryrefslogtreecommitdiff
path: root/src/deh_main.c
diff options
context:
space:
mode:
authorSimon Howard2005-10-08 20:14:38 +0000
committerSimon Howard2005-10-08 20:14:38 +0000
commit25f6da1861deedeb2d0650ecf0ebe42a83b682c8 (patch)
treee16aad590790be2a3a2ed68d29e36b64f3af09b0 /src/deh_main.c
parent992ccb3ac0a29a152ad9633c6447809753df138f (diff)
downloadchocolate-doom-25f6da1861deedeb2d0650ecf0ebe42a83b682c8.tar.gz
chocolate-doom-25f6da1861deedeb2d0650ecf0ebe42a83b682c8.tar.bz2
chocolate-doom-25f6da1861deedeb2d0650ecf0ebe42a83b682c8.zip
Dehacked "Sound" section support
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 174
Diffstat (limited to 'src/deh_main.c')
-rw-r--r--src/deh_main.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/deh_main.c b/src/deh_main.c
index a6ff6257..ef06f095 100644
--- a/src/deh_main.c
+++ b/src/deh_main.c
@@ -1,7 +1,7 @@
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
-// $Id: deh_main.c 164 2005-10-04 22:10:32Z fraggle $
+// $Id: deh_main.c 174 2005-10-08 20:14:38Z fraggle $
//
// Copyright(C) 2005 Simon Howard
//
@@ -21,6 +21,9 @@
// 02111-1307, USA.
//
// $Log$
+// Revision 1.5 2005/10/08 20:14:38 fraggle
+// Dehacked "Sound" section support
+//
// Revision 1.4 2005/10/04 22:10:32 fraggle
// Dehacked "Misc" section parser (currently a dummy)
//
@@ -61,6 +64,8 @@ extern deh_section_t deh_section_frame;
extern deh_section_t deh_section_misc;
// deh_ptr.c:
extern deh_section_t deh_section_pointer;
+// deh_sound.c
+extern deh_section_t deh_section_sound;
// deh_text.c:
extern deh_section_t deh_section_text;
// deh_thing.c: