Files
aliendefender/map.h
buull 3f8971b113 now this work stable
global restruct fuinish part 1 of 3
2010-02-07 16:18:29 +03:00

14 lines
133 B
C++

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