Files
aliendefender/map.h
2010-02-03 09:10:40 +03:00

14 lines
142 B
C++

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