summaryrefslogtreecommitdiffstats
path: root/pacman-c++/gameentity.cpp
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2011-04-11 13:42:28 +0200
committermanuel <manuel@mausz.at>2011-04-11 13:42:28 +0200
commit6c44b14d2bae2120c069ab205f95b2e51de2caea (patch)
tree9fd910c27cb23d22db1cf1681e6791fb0fa0efea /pacman-c++/gameentity.cpp
parent3b8237b434c9a094dafebbf364b89ab2f4cbd460 (diff)
downloadfoop-6c44b14d2bae2120c069ab205f95b2e51de2caea.tar.gz
foop-6c44b14d2bae2120c069ab205f95b2e51de2caea.tar.bz2
foop-6c44b14d2bae2120c069ab205f95b2e51de2caea.zip
make constants::server extern
code cleanup
Diffstat (limited to 'pacman-c++/gameentity.cpp')
-rw-r--r--pacman-c++/gameentity.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/pacman-c++/gameentity.cpp b/pacman-c++/gameentity.cpp
index e8743df..ec43d93 100644
--- a/pacman-c++/gameentity.cpp
+++ b/pacman-c++/gameentity.cpp
@@ -5,6 +5,5 @@
5GameEntity::GameEntity() 5GameEntity::GameEntity()
6 : m_eaten(false) 6 : m_eaten(false)
7{ 7{
8
9} 8}
10 9