diff options
Diffstat (limited to 'Src/Winamp/CommonReader.h')
-rw-r--r-- | Src/Winamp/CommonReader.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Src/Winamp/CommonReader.h b/Src/Winamp/CommonReader.h new file mode 100644 index 00000000..f1982267 --- /dev/null +++ b/Src/Winamp/CommonReader.h @@ -0,0 +1,10 @@ +#ifndef NULLSOFT_WINAMP_COMMONREADER_H +#define NULLSOFT_WINAMP_COMMONREADER_H + +class CommonReader : public ifc_audiostream +{ +public: + virtual ~CommonReader() {} +}; + +#endif
\ No newline at end of file |