fixed some bugs (clear path on map, ASCII game print;-)

This commit is contained in:
2010-07-30 01:56:37 +04:00
parent 5318650e91
commit 87455a622e
6 changed files with 21 additions and 6 deletions

1
map.h
View File

@@ -47,6 +47,7 @@ public:
int Id() const {return mapId;}
bool addTowerOnMap(int playerId, QPoint pos);
void delTowerOnMap(QPoint pos);
void removeAliensPath();
QVector <QPointF> CreatePath(QPoint start, QPoint finish);
QSize size() const {return mapsize;}
void ReadSettings();