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

📄 allmsg.h

📁 魔域源代码需要的可以学习一下真么这么麻烦啊
💻 H
字号:
#ifndef _ALLMSG_H
#define _ALLMSG_H

#define	_WINSOCKAPI_		// 阻止加载winsock.h
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>

#include <windows.h>

#include "NetMsg.h"

using namespace world_kernel;		// all msg use namespace world_kernel!!!
#include "MsgTalk.h"
#include "MsgMessageBoard.h"
#include "MsgRegister.h"
#include "MsgLogin.h"
#include "MsgAiNpcInfo.h"
#include "MsgConnect.h"
#include "MsgTime.h"
#include "MsgName.h"
#include "MsgFriend.h"
#include "MsgDialog.h"
//#include "MsgChatRoom.h"


#endif

⌨️ 快捷键说明

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