build_towers

This commit is contained in:
unknown
2010-08-31 21:29:47 +04:00
parent bbb6f9b366
commit 0e0f1cbfbb
8 changed files with 82 additions and 21 deletions

View File

@@ -24,6 +24,7 @@ private:
void drawBackground(QPainter * p, const QRectF &);
void loadImages();
void mouseDoubleClickEvent(QMouseEvent *);
void mousePressEvent(QMouseEvent *event);
QGraphicsScene * scene;
Game_Data * data;
@@ -32,7 +33,7 @@ private:
//QGraphicsWidget * gsw;
protected:
void timerEvent(QTimerEvent * );
void timerEvent(QTimerEvent * );
};
#endif // AD_GRAPHICS_H