Die Sound-Header in ein eigenes verzeichnis

This commit is contained in:
Yamagi Burmeister 2010-06-19 19:04:39 +00:00
parent 8925af9878
commit 82b038590d
6 changed files with 6 additions and 5 deletions

View file

@ -38,12 +38,13 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include "vid.h"
#include "screen.h"
#include "../sound/sound.h"
#include "../sound/header/sound.h"
#include "../input/input.h"
#include "../input/keys.h"
#include "../console/console.h"
#include "../sound/cdaudio.h"
#include "../sound/snd_ogg.h"
#include "../sound/header/cdaudio.h"
#include "../sound/header/sound.h"
#include "../sound/header/vorbis.h"
//=============================================================================

View file

@ -29,7 +29,7 @@
#include "../header/client.h"
#include "snd_local.h"
#include "snd_ogg.h"
#include "header/vorbis.h"
void S_Play(void);
void S_SoundList(void);

View file

@ -34,7 +34,7 @@
#include "../header/client.h"
#include "snd_local.h"
#include "snd_ogg.h"
#include "header/vorbis.h"
extern int sound_started; /* Sound initialization flag. */
extern cvar_t *fs_basedir; /* Path to "music". */