summaryrefslogtreecommitdiffstats
path: root/pacman-c++/gameentity.cpp
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2011-05-05 00:57:07 +0200
committermanuel <manuel@mausz.at>2011-05-05 00:57:07 +0200
commitce48af53646cd9e7ec762fc1ac176b3aa620b11d (patch)
treef8fbf2cae8c7d0cbac2696a8f4cf94410bfb4928 /pacman-c++/gameentity.cpp
parente54ccad07e256ba877bd41d70bd358bd0085bd1e (diff)
downloadfoop-ce48af53646cd9e7ec762fc1ac176b3aa620b11d.tar.gz
foop-ce48af53646cd9e7ec762fc1ac176b3aa620b11d.tar.bz2
foop-ce48af53646cd9e7ec762fc1ac176b3aa620b11d.zip
- refactorized the whole project and made a few subprojects
- replaced tcp with enet - added connect dialog - some smaller bugfixes
Diffstat (limited to 'pacman-c++/gameentity.cpp')
-rw-r--r--pacman-c++/gameentity.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/pacman-c++/gameentity.cpp b/pacman-c++/gameentity.cpp
deleted file mode 100644
index e73e759..0000000
--- a/pacman-c++/gameentity.cpp
+++ /dev/null
@@ -1,9 +0,0 @@
1#include "gameentity.h"
2
3GameEntity::GameEntity(Color::Color color, QGraphicsItem *parent)
4 : PixmapItem(parent), m_type(Type), m_color(color)
5{}
6
7GameEntity::GameEntity(QGraphicsItem *parent)
8 : PixmapItem(parent), m_type(Type), m_color(Color::none)
9{}