Opa, tinha me esquecido de colocar o plataform
[Projeto-PCG.git] / controle.cpp
blob5ac2d5d79805e325e0c1dd656f5b47d7c41200b8
1 #include "controle.h"
3 Controle::Controle(Player &p) : jogador( p ) {
4 quit = false;
7 bool Controle::getQuit() {
8 return quit;