mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-04-11 12:40:45 +00:00
snd_loc.h umbenannt zu snd_local.h
This commit is contained in:
parent
fe587b7148
commit
01e870b794
6 changed files with 5 additions and 5 deletions
|
@ -28,7 +28,7 @@
|
|||
*/
|
||||
|
||||
#include "../header/client.h"
|
||||
#include "snd_loc.h"
|
||||
#include "snd_local.h"
|
||||
#include "snd_ogg.h"
|
||||
|
||||
void S_Play(void);
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
*/
|
||||
|
||||
#include "../header/client.h"
|
||||
#include "snd_loc.h"
|
||||
#include "snd_local.h"
|
||||
|
||||
int cache_full_cycle;
|
||||
byte *S_Alloc (int size);
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
*/
|
||||
|
||||
#include "../header/client.h"
|
||||
#include "snd_loc.h"
|
||||
#include "snd_local.h"
|
||||
|
||||
#define PAINTBUFFER_SIZE 8192
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
#include <vorbis/vorbisfile.h>
|
||||
|
||||
#include "../header/client.h"
|
||||
#include "snd_loc.h"
|
||||
#include "snd_local.h"
|
||||
#include "snd_ogg.h"
|
||||
|
||||
extern int sound_started; /* Sound initialization flag. */
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
#include "SDL.h"
|
||||
|
||||
#include "../client/header/client.h"
|
||||
#include "../client/sound/snd_loc.h"
|
||||
#include "../client/sound/snd_local.h"
|
||||
|
||||
static int snd_inited;
|
||||
static dma_t *shm;
|
||||
|
|
Loading…
Reference in a new issue