added some graphics but only for debug
This commit is contained in:
4
towers.h
4
towers.h
@@ -8,8 +8,8 @@ class Towers : public QObject
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit Towers(Game_Data * gd, QObject *parent = 0);
|
||||
bool AddTower(int playerId, int srcId, QPoint pos);
|
||||
void DelTower(QPoint pos);
|
||||
bool addTower(int playerId, int srcId, QPoint pos);
|
||||
void delTower(QPoint pos);
|
||||
void update();
|
||||
signals:
|
||||
void shot(srcSplashType src, int index, TowerType tw);
|
||||
|
||||
Reference in New Issue
Block a user