winamp/Src/Plugins/Library/ml_wire/ChannelRefresher.h

14 lines
255 B
C
Raw Normal View History

2024-09-24 12:54:57 +00:00
#ifndef NULLSOFT_CHANNELREFRESHERH
#define NULLSOFT_CHANNELREFRESHERH
#include "ChannelSync.h"
class ChannelRefresher: public ChannelSync
{
public:
void BeginChannelSync();
void NewChannel(const Channel &newChannel);
void EndChannelSync();
};
#endif