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

#include <Qt>

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