new class Alien

global restruct ALL!!
This commit is contained in:
2010-02-03 17:18:26 +03:00
parent 758cfeb967
commit 4ad7d83625
12 changed files with 619 additions and 273 deletions

View File

@@ -25,8 +25,8 @@ public slots:
void ADrender();
private:
void paintEvent(QPaintEvent*);
void SetCell(int x, int y);
void ClearCell(int x, int y);
void SetCell(QPoint pos);
void ClearCell(QPoint pos);
void mouseMoveEvent ( QMouseEvent * event );
void mousePressEvent ( QMouseEvent * event );
Ui::MainWindow *ui;
@@ -35,7 +35,7 @@ private:
adpainter * adp;
game * GameMain;
QTimer *timer;
bool mousebt;
int mousebt;
int cellsize, destx, desty;
//unsigned int AnimAlien;
};