@@ -0,0 +1,15 @@
#ifndef TOWERS_H
#define TOWERS_H
#include "basestruct.h"
class towers
{
public:
towers();
deque<Tower> srcTowers;
deque<Tower> curTowers;
void AddTower(QPointF point, int ** cells);
};
#endif // TOWERS_H
The note is not visible to the blocked user.