aboutsummaryrefslogtreecommitdiff
path: root/src/game_tab/Game.hpp
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2023-01-02 10:12:20 +0100
committerLoic Guegan <manzerbredes@mailbox.org>2023-01-02 10:12:20 +0100
commit3e40032109886786e469796dced8523d60b90ee4 (patch)
treeebc43bf9734b09a8e5887ca7877af9eac356cfd0 /src/game_tab/Game.hpp
parent98edb4253c0d131b855bee882530fa2b28906fc2 (diff)
Simplify absolute moves
Diffstat (limited to 'src/game_tab/Game.hpp')
-rw-r--r--src/game_tab/Game.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/game_tab/Game.hpp b/src/game_tab/Game.hpp
index e0337ce..bc00c5a 100644
--- a/src/game_tab/Game.hpp
+++ b/src/game_tab/Game.hpp
@@ -5,8 +5,6 @@
#include "ochess.hpp"
#include <unordered_map>
-#define UNPACK_ABSOLUTE_MOVE(MOVE,SRC,DST) {(SRC)=(MOVE).substr(0,2);(DST)=(MOVE).substr(2,2);}
-
class Game {
std::string board;
std::string initial_fen;