summaryrefslogtreecommitdiff
path: root/include/shield.h
diff options
context:
space:
mode:
authorJustin Worthe <justin.worthe@gmail.com>2015-06-03 22:11:59 +0200
committerJustin Worthe <justin.worthe@gmail.com>2015-06-03 22:11:59 +0200
commita197a92893cff416b63da359db8c8059c7f333bf (patch)
tree7ff3c908a73231edda1f2ba7308a98da599f9169 /include/shield.h
parente42727977b3dab7aecff0ce8afa5b16abcd8b26b (diff)
Added remaining objects for game state
Diffstat (limited to 'include/shield.h')
-rw-r--r--include/shield.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/shield.h b/include/shield.h
index b113bdd..bd64e3e 100644
--- a/include/shield.h
+++ b/include/shield.h
@@ -3,6 +3,7 @@
class Shield {
public:
Shield(int x, int y);
+ const static char MAP_CHAR = '-';
private:
int x;
int y;