代码搜索:handler
找到约 10,000 项符合「handler」的源代码
代码结果 10,000
www.eeworm.com/read/453468/7419336
h handler_cg_trade.h
#ifndef __HANDLER_CG_TRADE_H__
#define __HANDLER_CG_TRADE_H__
#pragma once
class ServerSession;
struct MSG_BASE;
#define Handler_CG_TRADE_DECL( p ) static VOID On##p( ServerSession * pS
www.eeworm.com/read/453468/7419337
h handler_ag_party.h
#pragma once
#define Handler_AG_PARTY_DECL( p ) static VOID On##p( ServerSession * pServerSession, MSG_BASE * pMsg, WORD wSize )
#define Handler_AG_PARTY_IMPL( p ) VOID Handler_AG_PARTY::On#
www.eeworm.com/read/453468/7419338
h handler_cg_conversation.h
#ifndef __HANDLER_CG_CONVERSATION_H__
#define __HANDLER_CG_CONVERSATION_H__
#pragma once
#include
class ServerSession;
class Handler_CG_CONVERSATION
{
public:
Handler
www.eeworm.com/read/453468/7419355
h handler_cg_connection.h
#ifndef __HANDLER_CG_CONNECTION_H__
#define __HANDLER_CG_CONNECTION_H__
#pragma once
#include
#include "Player.h"
#include
class ServerSession;
clas
www.eeworm.com/read/453468/7419357
cpp handler_cg_gm.cpp
#include "StdAfx.h"
#include ".\handler_cg_gm.h"
#include
#include
#include "Field.h"
#include "Player.h"
#include "PlayerManager.h"
#include "ServerSession.
www.eeworm.com/read/453468/7419359
cpp handler_ag_charinfo.cpp
#include "StdAfx.h"
#include ".\handler_ag_charinfo.h"
#include ".\ObjectFactory.h"
#include ".\PlayerManager.h"
#include "Player.h"
#include
#include
#i
www.eeworm.com/read/453468/7419364
cpp handler_cg_pvp.cpp
#include "StdAfx.h"
#include ".\handler_cg_pvp.h"
#include ".\PVPManager.h"
#include ".\Player.h"
#include ".\GamePVPRoom.h"
Handler_CG_PVP::Handler_CG_PVP(void)
{
}
Handler_CG_PVP::~Handl
www.eeworm.com/read/453468/7419366
h handler_ag_charinfo.h
#ifndef __HANDLER_AG_CHARINFO_H__
#define __HANDLER_AG_CHARINFO_H__
#pragma once
#include
#define Handler_AG_CHARINFO_DECL( p ) static VOID On##p( ServerSession * pServerS
www.eeworm.com/read/453468/7419368
cpp handler_cg_warehouse.cpp
#include "StdAfx.h"
#include ".\handler_cg_warehouse.h"
#include ".\Player.h"
#include ".\PlayerManager.h"
#include
#include "WarehouseSlotContainer.h"
Handler_CG_WAREHOUSE
www.eeworm.com/read/453468/7419381
h handler_cg_trigger.h
#ifndef __HANDLER_CG_TRIGGER_H__
#define __HANDLER_CG_TRIGGER_H__
#pragma once
class ServerSession;
struct MSG_BASE;
#define Handler_CG_TRIGGER_DECL( p ) static VOID On##p( ServerSess