summaryrefslogtreecommitdiffstats
path: root/pacman-c++/gameentity.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'pacman-c++/gameentity.cpp')
-rw-r--r--pacman-c++/gameentity.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/pacman-c++/gameentity.cpp b/pacman-c++/gameentity.cpp
new file mode 100644
index 0000000..e8743df
--- /dev/null
+++ b/pacman-c++/gameentity.cpp
@@ -0,0 +1,10 @@
1
2#include "gameentity.h"
3
4
5GameEntity::GameEntity()
6 : m_eaten(false)
7{
8
9}
10