From a197a92893cff416b63da359db8c8059c7f333bf Mon Sep 17 00:00:00 2001 From: Justin Worthe Date: Wed, 3 Jun 2015 22:11:59 +0200 Subject: Added remaining objects for game state --- include/enemy_bullet.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/enemy_bullet.h') 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; -- cgit v1.2.3