⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 allmsg.h

📁 网络游戏魔域的服务端与客户端完整源代码 包括详细的说明文档与开发日志
💻 H
字号:
#ifndef _ALLMSG_H
#define _ALLMSG_H

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>

#include <windows.h>

#include "NetMsg.h"

#include "MsgTalk.h"
#include "MsgMessageBoard.h"
#include "MsgAction.h"
#include "MsgUserInfo.h"
#include "MsgPlayer.h"
#include "MsgTick.h"
#include "MsgItemInfo.h"
#include "MsgItem.h"
#include "MsgFriend.h"
#include "MsgInterAct.h"
#include "MsgUserAttrib.h"
#include "MsgName.h"
#include "MsgAiNpcInfo.h"
#include "MsgWalk.h"
#include "MsgWalkEx.h"
#include "MsgMapItem.h"
#include "MsgTrade.h"
#include "MsgBattleSystem.h"
#include "MsgNpc.h"
#include "MsgNpcInfo.h"
#include "MsgPackage.h"
#include "MsgDialog.h"
#include "MsgAllot.h"
#include "MsgTeam.h"
#include "MsgTeamMember.h"
#include "MsgMagicInfo.h"
#include "MsgFlushExp.h"
#include "MsgWeaponSkill.h"
#include "MsgMagicEffect.h"
#include "MsgSynAttrInfo.h"
#include "MsgSyndicate.h"
#include "MsgFriendInfo.h"
#include "MsgWeather.h"
#include "MsgGemEmbed.h"
#include "MsgItemInfoEx.h"
#include "MsgNpcInfoEx.h"
#include "MsgMapInfo.h"
#include "MsgSynMemberInfo.h"
#include "MsgBetOutside.h"
#include "MsgCallPetInfo.h"
#include "MsgDataArray.h"
#include "MsgSynInfo.h"
#include "MsgEudemonAttrib.h"
#include "MsgSchoolMember.h"
#include "MsgPlayerTask.h"
#include "MsgTaskList.h"
#include "MsgAnnounceList.h"
#include "MsgAnnounceInfo.h"
#include "MsgAuction.h"
//#include "MsgChatRoom.h"
#include "MsgItemAttrib.h"

#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -