From 20d28e80a5c861a9d5f449ea911ab75b4f37ad0d Mon Sep 17 00:00:00 2001 From: Jef Date: Tue, 24 Sep 2024 14:54:57 +0200 Subject: Initial community commit --- Src/Winamp/CommonReader.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Src/Winamp/CommonReader.h (limited to 'Src/Winamp/CommonReader.h') 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 -- cgit