summaryrefslogtreecommitdiff
path: root/include/enemy_bullet.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/enemy_bullet.h')
-rw-r--r--include/enemy_bullet.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/enemy_bullet.h b/include/enemy_bullet.h
index f08d988..db3fcf9 100644
--- a/include/enemy_bullet.h
+++ b/include/enemy_bullet.h
@@ -3,6 +3,8 @@
class EnemyBullet {
public:
EnemyBullet(int x, int y);
+ const static char ALIEN_MAP_CHAR = '|';
+ const static char ENEMY_MISSILE_MAP_CHAR = 'i';
private:
int x;
int y;