@@ -0,0 +1,13 @@
#ifndef MAP_H
#define MAP_H
#include "basestruct.h"
class map
{
public:
map(GameData *dataMap);
QPixmap * background;
};
#endif // MAP_H
The note is not visible to the blocked user.