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

@@ -1,11 +1,11 @@
#include "towers.h"
towers::towers()
towers::towers(GameData *dataTowers)
{
}
void towers::AddTower(QPointF point, int ** cells)
void towers::AddTower(QPoint point, int type)
{
}