Files
aliendefender/towers.cpp
2010-02-03 09:10:40 +03:00

12 lines
115 B
C++

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