12 lines
208 B
C++
12 lines
208 B
C++
#pragma once
|
|
|
|
#include <common/net/message/control/SetChannelDirectMsg.h>
|
|
|
|
class SetChannelDirectMsgEx : public SetChannelDirectMsg
|
|
{
|
|
public:
|
|
virtual bool processIncoming(ResponseContext& ctx);
|
|
};
|
|
|
|
|