16 lines
255 B
C++
16 lines
255 B
C++
#pragma once
|
|
|
|
class UpdateToolSession;
|
|
|
|
#include <PacketStruct.h>
|
|
|
|
class Handler_AT
|
|
{
|
|
public:
|
|
Handler_AT(void);
|
|
~Handler_AT(void);
|
|
|
|
public:
|
|
static VOID OnHandler_MSG_MO_RTTG_PATCHRESULT_ANS( UpdateToolSession* pSession, MSG_BASE* pMsg, int nSize );
|
|
};
|