aboutsummaryrefslogtreecommitdiff
path: root/src/game_tab/Game.hpp
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2022-02-23 18:47:18 +0100
committerLoic Guegan <manzerbredes@mailbox.org>2022-02-23 18:47:18 +0100
commita3c24f27f081e49b9a814aba61d298f1d0a5d0fa (patch)
tree668fbefe38925fe750fee3323f03f8d42d2215f5 /src/game_tab/Game.hpp
parentce941c146aea7925bded6b9d2a0d0559d3156ad3 (diff)
Debug PGN import
Diffstat (limited to 'src/game_tab/Game.hpp')
-rw-r--r--src/game_tab/Game.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game_tab/Game.hpp b/src/game_tab/Game.hpp
index 790d18c..7cad269 100644
--- a/src/game_tab/Game.hpp
+++ b/src/game_tab/Game.hpp
@@ -16,7 +16,7 @@ class Game {
public:
Game();
Game(std::string fen);
- Game(HalfMove *m);
+ Game(HalfMove *m, std::string initial_fen);
std::string GetBoard();
std::string GetTag(std::string tagname);