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

📄 dirserverskmasks.h

📁 游戏《家园》源码
💻 H
字号:
#ifndef _DirServerSKMasks_H_
#define _DirServerSKMasks_H_

//
// DirServerSKMasks.h
// Defines the codes used in Directories to mask off comparison fields of
// contained services.


namespace WONMsg
{
	enum DirServerSKMasks
	{
		SKMASK_ALL             = 0x00,
		SKMASK_NO_DISPLAYNAME  = 0x01,
		SKMASK_NO_VERSION      = 0x02,
		SKMASK_NO_PROTONAME    = 0x04,
		SKMASK_NO_PROTOVERSION = 0x08,
		SKMASK_NO_NETADDRESS   = 0x10,
		SKMASK_NONE            = 0xFF
	};
};

#endif

⌨️ 快捷键说明

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