From ce48af53646cd9e7ec762fc1ac176b3aa620b11d Mon Sep 17 00:00:00 2001 From: manuel Date: Thu, 5 May 2011 00:57:07 +0200 Subject: - refactorized the whole project and made a few subprojects - replaced tcp with enet - added connect dialog - some smaller bugfixes --- pacman-c++/point.h | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 pacman-c++/point.h (limited to 'pacman-c++/point.h') diff --git a/pacman-c++/point.h b/pacman-c++/point.h deleted file mode 100644 index 7739554..0000000 --- a/pacman-c++/point.h +++ /dev/null @@ -1,24 +0,0 @@ -#ifndef POINT_H -#define POINT_H - -#include "gameentity.h" - -class Point - : public GameEntity -{ -public: - enum - { - Type = UserType + Transmission::point - }; - -public: - Point(QGraphicsItem *parent=0); - virtual ~Point() - {}; - - virtual EnteredState enter(Actor *actor); - virtual void onDie(Actor *actor); -}; - -#endif // POINT_H -- cgit v1.2.3