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
Atributo bypass movido para a classe Thing
[Projeto-PCG.git]
/
plataform.cpp
blob
a7278c4bfb5ede52f160605b031d44cf671dc948
1
#include
"plataform.h"
2
3
Plataform
::
Plataform
(
Linha aline
,
bool
pass
):
line
(
aline
),
passable
(
pass
) { }
4
5
void
Plataform
::
desenha
() {
6
line
.
desenha
();
7
}