This commit is contained in:
2022-04-14 13:12:00 +08:00
parent 191fcd3da9
commit 89f85d0ea7
2 changed files with 36 additions and 11 deletions

View File

@@ -16,6 +16,8 @@ struct TimeSTLStruct
std::string Name;
int Max_Time;
int Now_Time;
long long Static_Time;
HANDLE Thand;
};
//构造Time类型容器
static std::map<std::string, TimeSTLStruct>Time_STL;