Initial community commit
This commit is contained in:
10
Src/Winamp/CommonReader.h
Normal file
10
Src/Winamp/CommonReader.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef NULLSOFT_WINAMP_COMMONREADER_H
|
||||
#define NULLSOFT_WINAMP_COMMONREADER_H
|
||||
|
||||
class CommonReader : public ifc_audiostream
|
||||
{
|
||||
public:
|
||||
virtual ~CommonReader() {}
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user