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:
14
Src/Plugins/Library/ml_wire/ChannelRefresher.h
Normal file
14
Src/Plugins/Library/ml_wire/ChannelRefresher.h
Normal file
@ -0,0 +1,14 @@
|
||||
#ifndef NULLSOFT_CHANNELREFRESHERH
|
||||
#define NULLSOFT_CHANNELREFRESHERH
|
||||
|
||||
#include "ChannelSync.h"
|
||||
class ChannelRefresher: public ChannelSync
|
||||
{
|
||||
public:
|
||||
void BeginChannelSync();
|
||||
void NewChannel(const Channel &newChannel);
|
||||
void EndChannelSync();
|
||||
|
||||
};
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user