winamp/Src/Winamp/CommonReader.h

10 lines
171 B
C
Raw Normal View History

2024-09-24 13:54:57 +01:00
#ifndef NULLSOFT_WINAMP_COMMONREADER_H
#define NULLSOFT_WINAMP_COMMONREADER_H
class CommonReader : public ifc_audiostream
{
public:
virtual ~CommonReader() {}
};
#endif