#include "towers.h" Towers::Towers(Game_Data *gd, QObject *parent) : QObject(parent) { gameData = gd; } void Towers::update() { }