mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-03-25 04:11:27 +00:00
Die Sound-Header in ein eigenes verzeichnis
This commit is contained in:
parent
8925af9878
commit
82b038590d
6 changed files with 6 additions and 5 deletions
|
@ -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"
|
||||
|
||||
//=============================================================================
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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". */
|
||||
|
|
Loading…
Reference in a new issue