mirror of
https://gitlab.com/manzerbredes/chess-move-interface.git
synced 2025-05-21 06:47:42 +00:00
Debug an cleaning source code
This commit is contained in:
parent
03ce4126cf
commit
14ac3bba33
3 changed files with 6 additions and 6 deletions
|
@ -4,7 +4,7 @@
|
|||
using namespace CMI;
|
||||
|
||||
#define NEW_MOVE(VAR, SAN) \
|
||||
HalfMove *(VAR) = new HalfMove(); \
|
||||
HalfMove *VAR = new HalfMove(); \
|
||||
(VAR)->SetSAN((SAN));
|
||||
|
||||
HalfMove *BuildTree() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue