From eef1d8ea60e3797ba261ebfe61a7d1e165069ed4 Mon Sep 17 00:00:00 2001 From: totycro Date: Mon, 4 Apr 2011 22:02:31 +0200 Subject: Use only 1 color format for everything Simple map parsing for Blocks and Bonus points --- pacman-c++/bonuspoint.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 pacman-c++/bonuspoint.h (limited to 'pacman-c++/bonuspoint.h') diff --git a/pacman-c++/bonuspoint.h b/pacman-c++/bonuspoint.h new file mode 100644 index 0000000..cfae4b4 --- /dev/null +++ b/pacman-c++/bonuspoint.h @@ -0,0 +1,15 @@ +#ifndef BONUSPOINT_H +#define BONUSPOINT_H + +#include "pixmapitem.h" + +class BonusPoint + : public PixmapItem +{ +public: + BonusPoint(); +private: + +}; + +#endif // BONUSPOINT_H \ No newline at end of file -- cgit v1.2.3