mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-02-20 19:02:23 +00:00
snd_local.h -> header/local.h
This commit is contained in:
parent
3007608a22
commit
c81863ef71
8 changed files with 8 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
*/
|
||||
|
||||
#include "../header/client.h"
|
||||
#include "snd_local.h"
|
||||
#include "header/local.h"
|
||||
#include "header/vorbis.h"
|
||||
|
||||
void S_Play(void);
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
*/
|
||||
|
||||
#include "../header/client.h"
|
||||
#include "snd_local.h"
|
||||
#include "header/local.h"
|
||||
|
||||
#define PAINTBUFFER_SIZE 8192
|
||||
|
||||
|
|
|
@ -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. */
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
*/
|
||||
|
||||
#include "../header/client.h"
|
||||
#include "snd_local.h"
|
||||
#include "header/local.h"
|
||||
|
||||
byte *data_p;
|
||||
byte *iff_end;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue