From c1413464930fa82073800a6c58334099bbef370b Mon Sep 17 00:00:00 2001 From: manuel Date: Thu, 7 Apr 2011 00:02:36 +0200 Subject: adding normal points --- pacman-c++/point.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 pacman-c++/point.h (limited to 'pacman-c++/point.h') diff --git a/pacman-c++/point.h b/pacman-c++/point.h new file mode 100644 index 0000000..847daed --- /dev/null +++ b/pacman-c++/point.h @@ -0,0 +1,14 @@ +#ifndef POINT_H +#define SPOINT_H + +#include "pixmapitem.h" + +class Point + : public PixmapItem +{ +public: + Point(QGraphicsItem *parent=0); + virtual ~Point() {}; +}; + +#endif // POINT_H -- cgit v1.2.3