diff options
Diffstat (limited to 'labb4/GameState.h')
| -rw-r--r-- | labb4/GameState.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 */ |
