changes in arhitecture, some improvments, much optimising and simplify,

many bagfixes and new graphics engine
This commit is contained in:
blizer
2011-08-20 07:34:19 +04:00
committed by unknown
parent 0a9679fd99
commit f3d0ca7101
33 changed files with 1444 additions and 897 deletions

View File

@@ -11,12 +11,16 @@ public:
bool addTower(int playerId, int srcId, QPoint pos);
void delTower(QPoint pos);
void update();
void setScene(QGraphicsScene * scene_) {scene = scene_;}
signals:
void shot(QPoint towerId);
void shot(const TowerType &tow);
public slots:
private:
Game_Data * gameData;
QGraphicsScene * scene;
};
#endif // TOWERS_H