px_rs_time_service.h
来自「MMORPG游戏服务器端架构及函数」· C头文件 代码 · 共 72 行
H
72 行
#ifndef _PX_RS_TIME_SERVICE_
#define _PX_RS_TIME_SERVICE_
/* 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>
#include <winsock2.h>
typedef struct tagPx_RS_Time_Service {
__int64 time_start;
__int64 time_persist;
__int64 time_current;
int frame_theory;
int frame_fact;
int module_cl_heartbreak_frame;
int moduel_ls_heartbreak_frame;
int module_ss_heartbreak_frame;
int module_cl_reuse_frame;
int moduel_ls_reuse_frame;
int rs_request_close_frame;
}PX_RS_TIME_SERVICE, * LPPX_RS_TIME_SERVICE;
#endif //_PX_RS_TIME_SERVICE_
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?