From fc151ff1e1c862f5b40dc028c293ce083695d78c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Tue, 10 Nov 2020 00:57:06 +0100 Subject: gamestate cc, polymorphic clone --- labb4/GameState.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'labb4/GameState.h') diff --git a/labb4/GameState.h b/labb4/GameState.h index d31758d..7466308 100644 --- a/labb4/GameState.h +++ b/labb4/GameState.h @@ -22,6 +22,8 @@ public: GameState(); GameState(int numberOfRobots); + GameState(const GameState &); + /* * Clear and redraw entire playing field */ -- cgit v1.2.1