12 lines
100 B
C++
12 lines
100 B
C++
#include "towers.h"
|
|
|
|
towers::towers()
|
|
{
|
|
|
|
}
|
|
|
|
void towers::AddTower(QPointF point, int ** cells)
|
|
{
|
|
|
|
}
|