px_ss_time_service.h
来自「MMORPG游戏服务器端架构及函数」· C头文件 代码 · 共 57 行
H
57 行
#ifndef _PX_SS_TIME_SERVICE_
#define _PX_SS_TIME_SERVICE_
/* must been first include begin */
#include "..\ProjectX_Common\ProjectX_Copyright.h"
#include "..\ProjectX_Common\ProjectX_Common.h"
/* must been first include end */
#include <windows.h>
#include <stdio.h>
#include <stdlib.h>
typedef struct tagPx_SS_Time_Service {
__int64 time_start;
__int64 time_persist;
__int64 time_cycle;
__int64 time_current;
int frame_theory;
int frame_fact;
int module_cl_heartbreak_frame;
int moduel_rs_heartbreak_frame;
int module_cl_reuse_frame;
int moduel_rs_reuse_frame;
int module_rs_status_frame;
int module_rs_cache_frame;
int frame_request_close;
}PX_SS_TIME_SERVICE, * LPPX_SS_TIME_SERVICE;
#endif //_PX_SS_TIME_SERVICE_
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?