mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-10 07:12:07 +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
|
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
|
||||||
|
|
|
@ -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);
|
||||||
|
|
|
@ -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);
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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. */
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue