绘制字符(不太满意)
This commit is contained in:
11
test/STL.h
11
test/STL.h
@@ -64,6 +64,17 @@ static std::map<std::string, int>DargonModel_STL;
|
||||
#endif
|
||||
|
||||
|
||||
//绘制汉字结构体
|
||||
struct DrawCodestruct
|
||||
{
|
||||
std::string str;
|
||||
int Xpos;
|
||||
int Ypos;
|
||||
int Color;
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
class STL
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user