📄 allmsg.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 "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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -