1211
This commit is contained in:
13
test/STL.h
13
test/STL.h
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user