work on winXp
This commit is contained in:
4
aliens.h
4
aliens.h
@@ -20,7 +20,7 @@ class Aliens
|
||||
void clearCells();
|
||||
bool recreatePath();
|
||||
void updateAliens();
|
||||
QVector<AlienImages> AliensPixmaps;
|
||||
QVector<QVector<QPixmap> > AliensPixmaps;
|
||||
private:
|
||||
int cellsize;
|
||||
int ** TmpCells;
|
||||
@@ -30,7 +30,7 @@ class Aliens
|
||||
bool CreatePath(Alien* al);
|
||||
void InvWaveTrace(QPoint cp, int cnt, Alien* al);
|
||||
void updateAlienPos(Alien * al);
|
||||
int loadPixmap(int PicType, AlienImages * pixmaps);
|
||||
int loadPixmap(int PicType, QVector<QPixmap> * pixmaps);
|
||||
bool loadPixmaps(Alien * al);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user