index
:
foop
master
FOOP repository
H. Demel, B. Mallinger, M. Mausz, M. Racz
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pacman-c++
/
gameentity.cpp
blob: e8743df4764c2babba8ea80a3875ff396c2f798e (
plain
)
1
2
3
4
5
6
7
8
9
10
#include
"gameentity.h"
GameEntity
::
GameEntity
()
:
m_eaten
(
false
)
{
}