use RageSoundReader_FileReader.h

This commit is contained in:
Glenn Maynard
2003-06-22 02:08:03 +00:00
parent e347b0f3a3
commit 3070e317c7
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
#ifndef RAGE_SOUND_READER_SDL_SOUND
#define RAGE_SOUND_READER_SDL_SOUND
#include "RageSoundReader.h"
#include "RageSoundReader_FileReader.h"
#include "SDL_sound-1.0.0/SDL_sound.h"
class SoundReader_SDL_Sound: public SoundReader {
class SoundReader_SDL_Sound: public SoundReader_FileReader {
Sound_Sample *Sample;
const char *inbuf;
unsigned avail;