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

12 lines
108 B
C++

#include "towers.h"
towers::towers(games *parent)
{
}
void towers::AddTower(QPoint point, int type)
{
}