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: 8711ebea7157256766bca139a1f8efbd6a8c567c (
plain
)
1
2
3
4
5
6
#include
"gameentity.h"
GameEntity
::
GameEntity
()
:
m_eaten
(
false
)
{
}