Files
aliendefender/towers.h
buull 3f8971b113 now this work stable
global restruct fuinish part 1 of 3
2010-02-07 16:18:29 +03:00

16 lines
223 B
C++

#ifndef TOWERS_H
#define TOWERS_H
#include "games.h"
class towers
{
public:
towers(games *parent);
//QVector<Tower> srcTowers;
//QVector<Tower> curTowers;
void AddTower(QPoint point, int type);
};
#endif // TOWERS_H