towers_is_shot

This commit is contained in:
unknown
2010-08-29 14:41:27 +04:00
parent 8f9294c405
commit 26439849c8
18 changed files with 1767 additions and 2460 deletions

View File

@@ -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:
};