X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=common.h;h=1780f3b09290b3593d3f6b9495e3f2c54fad55ba;hb=5044bd45730eb785494c8a3ffc29cf05ead43068;hp=06e1c87c53c4fe91b7dd6a22032deab293969e7c;hpb=91d8e5853ca580769cc130aa6ea004869118d171;p=xboard.git diff --git a/common.h b/common.h index 06e1c87..1780f3b 100644 --- a/common.h +++ b/common.h @@ -290,6 +290,7 @@ typedef enum { VariantJanus, VariantSuper, VariantGreat, + VariantTwilight, VariantUnknown /* Catchall for other unknown variants */ } VariantClass; @@ -331,6 +332,7 @@ typedef enum { "janus",\ "super",\ "great",\ + "twilight",\ "unknown" \ }