aboutsummaryrefslogtreecommitdiff
path: root/src/game_tab/Game.hpp
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2022-12-30 18:43:21 +0100
committerLoic Guegan <manzerbredes@mailbox.org>2022-12-30 18:43:21 +0100
commit0c9ddd2f0a1e8a2c88ed22fde1828c0fe21ff4dd (patch)
tree055b8a3607929ba28aceb05a9e59208a51779308 /src/game_tab/Game.hpp
parentfc9f6bd6a2cb86d42f4d3df87f128efa7501ea48 (diff)
Add game clone button
Diffstat (limited to 'src/game_tab/Game.hpp')
-rw-r--r--src/game_tab/Game.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game_tab/Game.hpp b/src/game_tab/Game.hpp
index f70ebee..25284ee 100644
--- a/src/game_tab/Game.hpp
+++ b/src/game_tab/Game.hpp
@@ -15,6 +15,7 @@ class Game {
chessarbiter::ChessArbiter arbiter;
public:
+ Game(const Game* g);
Game();
Game(std::string fen);
Game(HalfMove *m, std::string initial_fen);