#include "game_data.h" Game_Data::Game_Data(Map *mapp, QObject *parent) : QObject(parent) { map = mapp; curWave = 0; missingAliens = 0; }