@@ -6,10 +6,10 @@
class towers
{
public:
towers();
towers(GameData *dataTowers);
QVector<Tower> srcTowers;
QVector<Tower> curTowers;
void AddTower(QPointF point, int ** cells);
void AddTower(QPoint point, int type);
};
#endif // TOWERS_H
The note is not visible to the blocked user.