summaryrefslogtreecommitdiffstats
path: root/pacman-c++/block.h
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2011-04-04 14:45:43 +0200
committermanuel <manuel@mausz.at>2011-04-04 14:45:43 +0200
commitb310b66be264330e271f4929065cd61f0b0d8bf4 (patch)
tree70545d73cc58ef7a441335fdc5d2f0f683ef6d49 /pacman-c++/block.h
parent471177aad38350840eed6452b1ad8723b61c330d (diff)
parentde2f8fbd228910b608e8dea5dc7c16d9f99495f8 (diff)
downloadfoop-b310b66be264330e271f4929065cd61f0b0d8bf4.tar.gz
foop-b310b66be264330e271f4929065cd61f0b0d8bf4.tar.bz2
foop-b310b66be264330e271f4929065cd61f0b0d8bf4.zip
Merge branch 'master' of ssh://manuel.mausz.at/foop
Conflicts: pacman-c++/main.cpp pacman-c++/pacman.qrc
Diffstat (limited to 'pacman-c++/block.h')
-rw-r--r--pacman-c++/block.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/pacman-c++/block.h b/pacman-c++/block.h
new file mode 100644
index 0000000..25a331c
--- /dev/null
+++ b/pacman-c++/block.h
@@ -0,0 +1,14 @@
1#ifndef BLOCK_H
2#define BLOCK_H
3
4#include "pixmapitem.h"
5#include "actor.h"
6
7class Block
8 : public PixmapItem {
9public:
10 Block(Actor::Type type);
11
12};
13
14#endif // BLOCK_H