summaryrefslogtreecommitdiffstats
path: root/pacman-c++/block.cpp
blob: 11c2a323856009cdfb44f4ae15426152c0eacdda (plain)
1
2
3
4
5
6
7
8
#include "block.h"

#include <Qt>

Block::Block(Actor::Type type)
{
  setPixmap(QPixmap(":/" + QString("block%1").arg(type)));
}