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]
/
plataform.cpp
blob
2e8ed4b733c93cb4659e492d4f6de4b874eba784
1
#include
"plataform.h"
2
3
Plataform
::
Plataform
(
Linha aline
) :
line
(
aline
) {
4
passable
=
false
;
5
}
6
7
void
Plataform
::
desenha
() {
8
line
.
desenha
();
9
}