12 lines
108 B
C++
12 lines
108 B
C++
#include "towers.h"
|
|
|
|
towers::towers(games *parent)
|
|
{
|
|
|
|
}
|
|
|
|
void towers::AddTower(QPoint point, int type)
|
|
{
|
|
|
|
}
|