This commit is contained in:
2022-09-06 00:08:26 +08:00
parent e17ffc3965
commit 91d57c13f0
232 changed files with 191628 additions and 250 deletions

View File

@@ -31,10 +31,9 @@ static std::map<int, BOOL>dod;
struct TimeSTLStruct
{
wchar_t* Name;
int Max_Time;
int Now_Time;
long long Max_Time;
long long Now_Time;
long long Static_Time;
HANDLE Thand;
};
//构造Time类型容器
static std::map<wchar_t*, TimeSTLStruct>Time_STL;
@@ -67,12 +66,18 @@ static std::map<std::string, int>DargonModel_STL;
//绘制汉字结构体
struct DrawCodestruct
{
wchar_t* str;
std::string str;
int Xpos;
int Ypos;
int Color;
};
struct DrawImgstruct
{
int Xpos;
int Ypos;
int ImgDate;
};