summaryrefslogtreecommitdiffstats
path: root/labb4/Robot.h
diff options
context:
space:
mode:
Diffstat (limited to 'labb4/Robot.h')
-rw-r--r--labb4/Robot.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/labb4/Robot.h b/labb4/Robot.h
index 8b445dc..cf05fab 100644
--- a/labb4/Robot.h
+++ b/labb4/Robot.h
@@ -19,6 +19,8 @@ public:
virtual unsigned int getCollisionCount() const;
virtual bool alive() const;
+
+ virtual Robot *clone() const;
};
#endif // ROBOT_H