its just a test, wait a week...

This commit is contained in:
andrey
2010-02-03 09:10:40 +03:00
parent 835518ce1a
commit d20473731f
72 changed files with 679 additions and 37791 deletions

View File

@@ -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