allmsg.h

来自「网络游戏魔域的服务端与客户端完整源代码 包括详细的说明文档与开发日志」· C头文件 代码 · 共 31 行

H
31
字号
#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 "MsgPlayer.h"
#include "MsgNpc.h"
#include "MsgAiNpcInfo.h"
#include "MsgLogin.h"
#include "MsgAction.h"
#include "MsgInteract.h"
#include "MsgWalk.h"
#include "MsgWalkEx.h"
#include "MsgUserAttrib.h"
#include "MsgMagicEffect.h"
#include "MsgSyndicate.h"
#include "MsgUserinfo.h"
#include "MsgItem.h"
#include "MsgItemInfo.h"
#include "MsgTeam.h"
#include "MsgTeamMember.h"

#endif

⌨️ 快捷键说明

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