snd_loc.h umbenannt zu snd_local.h

This commit is contained in:
Yamagi Burmeister 2010-06-19 18:51:28 +00:00
parent fe587b7148
commit 01e870b794
6 changed files with 5 additions and 5 deletions

View file

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

View file

@ -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);

View file

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

View file

@ -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. */

View file

@ -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;