#ifndef TOWERS_H #define TOWERS_H #include "basestruct.h" class towers { public: towers(GameData *dataTowers); QVector srcTowers; QVector curTowers; void AddTower(QPoint point, int type); }; #endif // TOWERS_H