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
Corrigindo bug de mouse
[Projeto-PCG.git]
/
enemy.h
blob
553e850fa20449e283646516afdd6fdd240747d3
1
#ifndef ENEMY_H
2
#define ENEMY_H
3
4
#include
"shooter.h"
5
6
class
Enemy
:
public
Shooter
{
7
8
9
};
10
11
#endif