diff options
Diffstat (limited to 'labb4/Robot.cpp')
| -rw-r--r-- | labb4/Robot.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/labb4/Robot.cpp b/labb4/Robot.cpp index f4c7fb3..444f938 100644 --- a/labb4/Robot.cpp +++ b/labb4/Robot.cpp @@ -18,14 +18,6 @@ void Robot::moveTowards(const Unit& u) { Unit::moveTowards(u); } -unsigned int Robot::getCollisionCount() const { - return 1; -}; - -bool Robot::alive() const { - return true; -} - Robot *Robot::clone() const { return new Robot(*this); } |
