mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-02-17 19:39:17 +01:00
10 lines
171 B
C++
10 lines
171 B
C++
#ifndef NULLSOFT_WINAMP_COMMONREADER_H
|
|
#define NULLSOFT_WINAMP_COMMONREADER_H
|
|
|
|
class CommonReader : public ifc_audiostream
|
|
{
|
|
public:
|
|
virtual ~CommonReader() {}
|
|
};
|
|
|
|
#endif |