From 4232f8450d896068713d988cf5541835c3818682 Mon Sep 17 00:00:00 2001 From: manuel Date: Tue, 5 Apr 2011 01:29:33 +0200 Subject: - we love ogg, we hate mp3/wav - a lot of coding style/intent fix - add constant.h to pro files --- pacman-c++/block.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'pacman-c++/block.h') diff --git a/pacman-c++/block.h b/pacman-c++/block.h index 25f4f08..793d4a8 100644 --- a/pacman-c++/block.h +++ b/pacman-c++/block.h @@ -3,21 +3,19 @@ #include "pixmapitem.h" - -#include - #include "constants.h" +#include class Block - : public PixmapItem { + : public PixmapItem +{ public: Block(Color color, QGraphicsItem *parent=0); private: // map for saving QPixmaps for reuse static std::map m_pixmaps; - }; #endif // BLOCK_H -- cgit v1.2.3