px_ls_version.h
来自「MMORPG游戏服务器端架构及函数」· C头文件 代码 · 共 19 行
H
19 行
#pragma once
/* must been first include begin */
#include "..\ProjectX_Common\ProjectX_Copyright.h"
#include "..\ProjectX_Common\ProjectX_Common.h"
/* must been first include end */
/* std and common include */
#include <windows.h>
#include <stdio.h>
#include <stdlib.h>
typedef struct tagPx_LS_Cl_Version {
char version[MAX_VERSION_LEN];
char md5_code[MAX_MD5CODE_LEN];
BOOL can_use;
char antihack_code[MAX_AHCODE_LEN];
}PX_LS_CL_VERSION, * LPPX_LS_CL_VERSION;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?