From de2f8fbd228910b608e8dea5dc7c16d9f99495f8 Mon Sep 17 00:00:00 2001 From: totycro Date: Mon, 4 Apr 2011 14:01:49 +0200 Subject: Added block --- pacman-c++/block.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 pacman-c++/block.h (limited to 'pacman-c++/block.h') diff --git a/pacman-c++/block.h b/pacman-c++/block.h new file mode 100644 index 0000000..17f5903 --- /dev/null +++ b/pacman-c++/block.h @@ -0,0 +1,14 @@ +#ifndef BLOCK_H +#define BLOCK_H + +#include "pixmapitem.h" +#include "actor.h" + +class Block + : public PixmapItem { +public: + Block(Actor::Type type); + +}; + +#endif // BLOCK_H \ No newline at end of file -- cgit v1.2.3