diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-01-06 11:17:29 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-01-06 11:17:29 +0100 |
commit | 17c1cd3ed4b48d76c81c0029ca19e60f951b4a1c (patch) | |
tree | 95a7c359e22e20245e37a0d2d182764361104781 /FICS/algcheck.h | |
parent | ae6566e57b24dc45ffef0b09346d0586fabd48c2 (diff) |
Moved define
Diffstat (limited to 'FICS/algcheck.h')
-rw-r--r-- | FICS/algcheck.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FICS/algcheck.h b/FICS/algcheck.h index 040f513..8f7bda7 100644 --- a/FICS/algcheck.h +++ b/FICS/algcheck.h @@ -29,6 +29,8 @@ #include "board.h" #endif +#define ALG_UNKNOWN -1 + #define DROP_CHAR '@' /* used by algcheck.c and movecheck.c */ #define DROP_STR "@" |