#ifndef TOWER_H #define TOWER_H #include #include class Tower : public QGraphicsPixmapItem { public: Tower(QGraphicsItem *parent=0); private: QGraphicsPolygonItem *attack_area; }; #endif // TOWER_H