diff options
author | tom <tom@ground-control> | 2015-11-22 19:56:45 -0600 |
---|---|---|
committer | tom <tom@ground-control> | 2015-11-22 19:56:45 -0600 |
commit | 4c50cb6b322368a89feef13efa091c765c966e5b (patch) | |
tree | f4d8a9145c9541d1eeb354e917b7bb91e8730f8b /inc | |
parent | 84d63287c4d052052c9975714bbc253b18d28920 (diff) |
small changes
Diffstat (limited to 'inc')
-rw-r--r-- | inc/Character.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/Character.hpp b/inc/Character.hpp index 9773762..1a7dcdd 100644 --- a/inc/Character.hpp +++ b/inc/Character.hpp @@ -14,7 +14,7 @@ class Character Character(char nSymbol, int nColor, Location L); void move(Location L){l=L;} void draw(WINDOW * w); - Location action(vector <Character> men); + void action(vector <Character> men); bool check(Location L, vector <Character> men); Location getLocation(){return l;} char getSymbol(){return symbol;} |