#ifndef BLOCK_H #define BLOCK_H #include "pixmapitem.h" #include "actor.h" class Block : public PixmapItem { public: Block(Actor::Type type); }; #endif // BLOCK_H