global restruct finish 2 of 3

This commit is contained in:
2010-02-07 19:22:29 +03:00
parent 86f5e2f625
commit 105c340243
20 changed files with 1103 additions and 249 deletions

5
map.h
View File

@@ -7,7 +7,10 @@ class map
{
public:
map(games *parent);
QPixmap * background;
void clear();
void drawgrid();
private:
games * game;
};
#endif // MAP_H