new class Alien
global restruct ALL!!
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user