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