snd_local.h -> header/local.h

This commit is contained in:
Yamagi Burmeister 2010-06-19 19:10:31 +00:00
parent 3007608a22
commit c81863ef71
8 changed files with 8 additions and 6 deletions

View file

@ -26,3 +26,5 @@ cvar s_primary ist überflüssig
Voice over Network ist disfunktional auf nicht-windows systemen und eh Voice over Network ist disfunktional auf nicht-windows systemen und eh
schrott. ab damit in den müll? schrott. ab damit in den müll?
Vorbis statt OGG

View file

@ -28,7 +28,7 @@
*/ */
#include "../header/client.h" #include "../header/client.h"
#include "snd_local.h" #include "header/local.h"
#include "header/vorbis.h" #include "header/vorbis.h"
void S_Play(void); void S_Play(void);

View file

@ -28,7 +28,7 @@
*/ */
#include "../header/client.h" #include "../header/client.h"
#include "snd_local.h" #include "header/local.h"
int cache_full_cycle; int cache_full_cycle;
byte *S_Alloc (int size); byte *S_Alloc (int size);

View file

@ -27,7 +27,7 @@
*/ */
#include "../header/client.h" #include "../header/client.h"
#include "snd_local.h" #include "header/local.h"
#define PAINTBUFFER_SIZE 8192 #define PAINTBUFFER_SIZE 8192

View file

@ -33,7 +33,7 @@
#include <vorbis/vorbisfile.h> #include <vorbis/vorbisfile.h>
#include "../header/client.h" #include "../header/client.h"
#include "snd_local.h" #include "header/local.h"
#include "header/vorbis.h" #include "header/vorbis.h"
extern int sound_started; /* Sound initialization flag. */ extern int sound_started; /* Sound initialization flag. */

View file

@ -25,7 +25,7 @@
*/ */
#include "../header/client.h" #include "../header/client.h"
#include "snd_local.h" #include "header/local.h"
byte *data_p; byte *data_p;
byte *iff_end; byte *iff_end;

View file

@ -28,7 +28,7 @@
#include "SDL.h" #include "SDL.h"
#include "../client/header/client.h" #include "../client/header/client.h"
#include "../client/sound/snd_local.h" #include "../client/sound/header/local.h"
static int snd_inited; static int snd_inited;
static dma_t *shm; static dma_t *shm;