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
schrott. ab damit in den müll?
Vorbis statt OGG

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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