X-Git-Url: http://winboard.nl/cgi-bin?p=xboard.git;a=blobdiff_plain;f=common.h;h=3e8adbe873e3efab40d11178f0c2ca4b6628029a;hp=f06fbcf886df5bb11ed5a2f7f80ac43c49af68d7;hb=19322454d23ba4bd033d3578978db047bbd49c7d;hpb=864a1a9cfb4ad415b0c7f926ddc30dfb5ed0ebbb diff --git a/common.h b/common.h index f06fbcf..3e8adbe 100644 --- a/common.h +++ b/common.h @@ -289,7 +289,7 @@ typedef enum { WhitePromotion, WhiteNonPromotion, BlackPromotion, BlackNonPromotion, WhiteCapturesEnPassant, BlackCapturesEnPassant, - WhiteDrop, BlackDrop, + WhiteDrop, BlackDrop, FirstLeg, NormalMove, AmbiguousMove, IllegalMove, ImpossibleMove, WhiteWins, BlackWins, GameIsDrawn, GameUnfinished, GNUChessGame, XBoardGame, MoveNumberOne, Open, Close, Nothing, @@ -353,6 +353,7 @@ typedef enum { VariantSChess, VariantGrand, VariantSpartan, + VariantLion, VariantUnknown /* Catchall for other unknown variants */ } VariantClass; @@ -401,6 +402,7 @@ typedef enum { "seirawan",\ "grand",\ "spartan",\ + "lion",\ "unknown" \ }