Files
aliendefender/map.cpp

8 lines
101 B
C++

#include "map.h"
Map::Map(int Id, QSize size, QObject *parent) :
QObject(parent)
{
mapId=Id;
}