derive from RageSoundReader

This commit is contained in:
Glenn Maynard
2006-11-29 02:30:18 +00:00
parent 20b8bbecf0
commit f417cf604d
@@ -4,12 +4,11 @@
#define RAGE_SOUND_READER_RESAMPLE_GOOD_H #define RAGE_SOUND_READER_RESAMPLE_GOOD_H
#include "RageSoundReader.h" #include "RageSoundReader.h"
#include "RageSoundReader_Resample.h"
class RageSoundResampler_Polyphase; class RageSoundResampler_Polyphase;
/* This class changes the sampling rate of a sound. */ /* This class changes the sampling rate of a sound. */
class RageSoundReader_Resample_Good: public RageSoundReader_Resample class RageSoundReader_Resample_Good: public RageSoundReader
{ {
public: public:
/* We own source. */ /* We own source. */