From 25f6da1861deedeb2d0650ecf0ebe42a83b682c8 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sat, 8 Oct 2005 20:14:38 +0000 Subject: Dehacked "Sound" section support Subversion-branch: /trunk/chocolate-doom Subversion-revision: 174 --- src/deh_main.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/deh_main.c') 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: -- cgit v1.2.3