mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-10 11:59:58 -05:00
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