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