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
Inicio do sistema de tiro.
[Projeto-PCG.git]
/
shot.h
blob
e8abe936b7e454a40557691db59f6db789b23b05
1
#ifndef SHOT_H
2
#define SHOT_H
3
4
#include
"thing.h"
5
6
class
Shot
:
public
Thing
{
7
//public:
8
};
9
10
#endif