#ifndef MAP_H #define MAP_H #include "basestruct.h" class map { public: map(GameData *dataMap); QPixmap * background; }; #endif // MAP_H