allmsg.h

来自「魔域的源代码」· C头文件 代码 · 共 28 行

H
28
字号
#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 + =
减小字号Ctrl + -
显示快捷键?