repo.or.cz
/
Projeto-PCG.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Opa, tinha me esquecido de colocar o plataform
[Projeto-PCG.git]
/
controle.cpp
blob
5ac2d5d79805e325e0c1dd656f5b47d7c41200b8
1
#include
"controle.h"
2
3
Controle
::
Controle
(
Player
&
p
) :
jogador
(
p
) {
4
quit
=
false
;
5
}
6
7
bool
Controle
::
getQuit
() {
8
return
quit
;
9
}