picture loading and rotate alien and retrace

This commit is contained in:
2009-09-05 00:09:46 +04:00
parent 5ec3aa2be9
commit 77da6cad14
41 changed files with 172 additions and 89 deletions

View File

@@ -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