picture loading and rotate alien and retrace
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
struct FPVector
|
||||
{
|
||||
QPoint pnt;
|
||||
QPointF pnt;
|
||||
float angle;
|
||||
};
|
||||
|
||||
@@ -32,10 +32,11 @@ struct FPVector
|
||||
};*/
|
||||
|
||||
|
||||
/*struct AlienImages
|
||||
struct AlienImages
|
||||
{
|
||||
vector<QPixmap> pix;
|
||||
};*/
|
||||
QVector<QPixmap> pix;
|
||||
int type;
|
||||
};
|
||||
|
||||
|
||||
struct Alien
|
||||
|
||||
Reference in New Issue
Block a user