aboutsummaryrefslogtreecommitdiff
path: root/src/game_tab/Game.hpp
diff options
context:
space:
mode:
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);