towers_is_shot
This commit is contained in:
4
adcore.h
4
adcore.h
@@ -12,7 +12,7 @@ class AD_Core : public QThread
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit AD_Core(QObject *parent = 0);
|
||||
explicit AD_Core(QObject *parent = 0);
|
||||
Game_Data * addata;
|
||||
Aliens * adaliens;
|
||||
Towers * adtowers;
|
||||
@@ -29,7 +29,7 @@ private:
|
||||
public slots:
|
||||
void next();
|
||||
void nextWave();
|
||||
void addTower(QPoint pos) {adtowers->addTower(0, 0, pos);};
|
||||
//void addTower(QPoint pos) {adtowers->addTower(0, 0, pos);};
|
||||
|
||||
signals:
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user